mirror of https://github.com/ColorlibHQ/AdminLTE
same text-color as background for nav-item:hover dropdown (#1939)
* fix(scss): same text-color as background for nav-item:hover dropdown https://github.com/almasaeed2010/AdminLTE/issues/1893 * fix(scss): same text-color as background for nav-item:hover dropdown https://github.com/almasaeed2010/AdminLTE/issues/1893pull/1997/head
parent
261c5c714e
commit
ab9715fd6a
|
@ -6,8 +6,10 @@
|
|||
.nav-link {
|
||||
color: $gray-600;
|
||||
|
||||
&:not(.active):hover {
|
||||
color: theme-color("primary")
|
||||
&:not(.active) {
|
||||
&:not(.dropdown-toggle):hover {
|
||||
color: theme-color("primary")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue