OSDN Git Service

css: fix active button style
authorhylom <hylom@users.sourceforge.jp>
Tue, 5 Mar 2019 14:32:56 +0000 (23:32 +0900)
committerhylom <hylom@users.sourceforge.jp>
Tue, 5 Mar 2019 14:32:56 +0000 (23:32 +0900)
src/newslash_web/css/newslash/form.less

index 3c085f3..94c9323 100644 (file)
@@ -24,7 +24,7 @@
 
     &:disabled { cursor: inherit; }
     &:hover:not(:disabled) { background: @form-element-hover-background; }
-    .active:not(:disabled) { background: @form-element-hover-background; }
+    &.active:not(:disabled) { background: @form-element-hover-background; }
 }
 
 .checkbox-base {
@@ -87,4 +87,4 @@ form:not(.compact), .form {
         &:extend(.button-base all);
         padding: 6px 8px;
     }
-}
\ No newline at end of file
+}