Explorar o código

update _apply_colors.scss for dropdown-item

Yuki Takei %!s(int64=5) %!d(string=hai) anos
pai
achega
23caf2e220
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/client/styles/scss/theme/_apply-colors.scss

+ 2 - 1
src/client/styles/scss/theme/_apply-colors.scss

@@ -100,7 +100,8 @@ pre:not(.hljs):not(.CodeMirror-line) {
   }
 
   &:active,
-  &.active {
+  &.active,
+  &.active:hover {
     color: $color-dropdown-link-active;
     background-color: $bgcolor-dropdown-link-active;