|
|
@ -1634,7 +1634,7 @@ Floated Menu / Item |
|
|
|
|
|
|
|
/* Colors */ |
|
|
|
.ui.pointing.menu .active.item:hover:after { |
|
|
|
background-color: #fafafa; |
|
|
|
background-color: #f4f4f4; |
|
|
|
} |
|
|
|
.ui.pointing.menu .active.item:after { |
|
|
|
background-color: #f4f4f4; |
|
|
@ -1643,11 +1643,14 @@ Floated Menu / Item |
|
|
|
background-color: #f4f4f4; |
|
|
|
} |
|
|
|
.ui.vertical.pointing.menu .active.item:hover:after { |
|
|
|
background-color: #fafafa; |
|
|
|
background-color: #f4f4f4; |
|
|
|
} |
|
|
|
.ui.vertical.pointing.menu .active.item:after { |
|
|
|
background-color: #f4f4f4; |
|
|
|
} |
|
|
|
.ui.pointing.menu .active.item:hover:after { |
|
|
|
background-color: #f4f4f4; |
|
|
|
} |
|
|
|
.ui.vertical.pointing.menu .menu .active.item:after { |
|
|
|
background-color: #ffffff; |
|
|
|
} |
|
|
|