]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
fixed disabled state for is-outlined button 3773/head
authorStefan Sommer <tonprince@gmail.com>
Fri, 5 Apr 2024 02:17:18 +0000 (09:17 +0700)
committerStefan Sommer <tonprince@gmail.com>
Fri, 5 Apr 2024 02:17:18 +0000 (09:17 +0700)
sass/elements/button.scss

index f8d3ba8eda519b3d4542654798940735b715adf1..193b4592599d217714a653c5184bfafc5bf88eae 100644 (file)
@@ -409,6 +409,12 @@ $no-palette: ("white", "black", "light", "dark");
     &:active {
       @include cv.register-vars(());
     }
+
+    &[disabled],
+    fieldset[disabled] & {
+      background-color: transparent;
+      box-shadow: none;
+    }
   }
 
   &.#{iv.$class-prefix}is-inverted {