|
|
@@ -31,4 +31,18 @@
|
|
|
ul.nav li a:hover {
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
+}
|
|
|
+
|
|
|
+.dropdown-submenu:hover > a,
|
|
|
+.dropdown-submenu:focus > a {
|
|
|
+ background-image: none !important;
|
|
|
+ background-color: @cui-blue-500;
|
|
|
+
|
|
|
+ > i {
|
|
|
+ color: @cui-white !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ > svg {
|
|
|
+ fill: @cui-white !important;
|
|
|
+ }
|
|
|
}
|