Skip to content

Commit 0ad8450

Browse files
maximalism2jgthms
authored andcommitted
Add !important to color rule in .is-loading class in button (jgthms#199)
1 parent b285c20 commit 0ad8450

5 files changed

Lines changed: 23 additions & 23 deletions

File tree

css/bulma.css

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bulma.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bulma.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bulma.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sass/elements/button.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
display: block
102102
width: 100%
103103
&.is-loading
104-
color: transparent
104+
color: transparent !important
105105
pointer-events: none
106106
&:after
107107
@extend .loader

0 commit comments

Comments
 (0)