Fix menu pading
This commit is contained in:
parent
24c634d40a
commit
2871c19177
|
|
@ -72,6 +72,10 @@
|
||||||
.itemWrapper:hover & {
|
.itemWrapper:hover & {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.active & {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.actionButton {
|
.actionButton {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue