mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Add !important to color rule in .is-loading class in button (#199)
This commit is contained in:
committed by
Jeremy Thomas
parent
b285c20a4f
commit
0ad8450ead
38
css/bulma.css
vendored
38
css/bulma.css
vendored
@@ -1500,7 +1500,7 @@ a.box:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button.is-loading, .pagination a.is-loading {
|
.button.is-loading, .pagination a.is-loading {
|
||||||
color: transparent;
|
color: transparent !important;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -5121,15 +5121,15 @@ a.header-item.is-active {
|
|||||||
|
|
||||||
.hero.is-dark .header-icon,
|
.hero.is-dark .header-icon,
|
||||||
.hero.is-dark a.header-item,
|
.hero.is-dark a.header-item,
|
||||||
.hero.is-dark .header-item > a:not(.button) {
|
.hero.is-dark .header-item > a:not(.button):not(.pagination a) {
|
||||||
color: rgba(255, 255, 255, 0.5);
|
color: rgba(255, 255, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero.is-dark .header-icon:hover, .hero.is-dark .header-icon.is-active,
|
.hero.is-dark .header-icon:hover, .hero.is-dark .header-icon.is-active,
|
||||||
.hero.is-dark a.header-item:hover,
|
.hero.is-dark a.header-item:hover,
|
||||||
.hero.is-dark a.header-item.is-active,
|
.hero.is-dark a.header-item.is-active,
|
||||||
.hero.is-dark .header-item > a:not(.button):hover,
|
.hero.is-dark .header-item > a:not(.button):not(.pagination a):hover,
|
||||||
.hero.is-dark .header-item > a:not(.button).is-active {
|
.hero.is-dark .header-item > a:not(.button):not(.pagination a).is-active {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -5208,15 +5208,15 @@ a.header-item.is-active {
|
|||||||
|
|
||||||
.hero.is-primary .header-icon,
|
.hero.is-primary .header-icon,
|
||||||
.hero.is-primary a.header-item,
|
.hero.is-primary a.header-item,
|
||||||
.hero.is-primary .header-item > a:not(.button) {
|
.hero.is-primary .header-item > a:not(.button):not(.pagination a) {
|
||||||
color: rgba(255, 255, 255, 0.5);
|
color: rgba(255, 255, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero.is-primary .header-icon:hover, .hero.is-primary .header-icon.is-active,
|
.hero.is-primary .header-icon:hover, .hero.is-primary .header-icon.is-active,
|
||||||
.hero.is-primary a.header-item:hover,
|
.hero.is-primary a.header-item:hover,
|
||||||
.hero.is-primary a.header-item.is-active,
|
.hero.is-primary a.header-item.is-active,
|
||||||
.hero.is-primary .header-item > a:not(.button):hover,
|
.hero.is-primary .header-item > a:not(.button):not(.pagination a):hover,
|
||||||
.hero.is-primary .header-item > a:not(.button).is-active {
|
.hero.is-primary .header-item > a:not(.button):not(.pagination a).is-active {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -5295,15 +5295,15 @@ a.header-item.is-active {
|
|||||||
|
|
||||||
.hero.is-info .header-icon,
|
.hero.is-info .header-icon,
|
||||||
.hero.is-info a.header-item,
|
.hero.is-info a.header-item,
|
||||||
.hero.is-info .header-item > a:not(.button) {
|
.hero.is-info .header-item > a:not(.button):not(.pagination a) {
|
||||||
color: rgba(255, 255, 255, 0.5);
|
color: rgba(255, 255, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero.is-info .header-icon:hover, .hero.is-info .header-icon.is-active,
|
.hero.is-info .header-icon:hover, .hero.is-info .header-icon.is-active,
|
||||||
.hero.is-info a.header-item:hover,
|
.hero.is-info a.header-item:hover,
|
||||||
.hero.is-info a.header-item.is-active,
|
.hero.is-info a.header-item.is-active,
|
||||||
.hero.is-info .header-item > a:not(.button):hover,
|
.hero.is-info .header-item > a:not(.button):not(.pagination a):hover,
|
||||||
.hero.is-info .header-item > a:not(.button).is-active {
|
.hero.is-info .header-item > a:not(.button):not(.pagination a).is-active {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -5382,15 +5382,15 @@ a.header-item.is-active {
|
|||||||
|
|
||||||
.hero.is-success .header-icon,
|
.hero.is-success .header-icon,
|
||||||
.hero.is-success a.header-item,
|
.hero.is-success a.header-item,
|
||||||
.hero.is-success .header-item > a:not(.button) {
|
.hero.is-success .header-item > a:not(.button):not(.pagination a) {
|
||||||
color: rgba(255, 255, 255, 0.5);
|
color: rgba(255, 255, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero.is-success .header-icon:hover, .hero.is-success .header-icon.is-active,
|
.hero.is-success .header-icon:hover, .hero.is-success .header-icon.is-active,
|
||||||
.hero.is-success a.header-item:hover,
|
.hero.is-success a.header-item:hover,
|
||||||
.hero.is-success a.header-item.is-active,
|
.hero.is-success a.header-item.is-active,
|
||||||
.hero.is-success .header-item > a:not(.button):hover,
|
.hero.is-success .header-item > a:not(.button):not(.pagination a):hover,
|
||||||
.hero.is-success .header-item > a:not(.button).is-active {
|
.hero.is-success .header-item > a:not(.button):not(.pagination a).is-active {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -5469,15 +5469,15 @@ a.header-item.is-active {
|
|||||||
|
|
||||||
.hero.is-warning .header-icon,
|
.hero.is-warning .header-icon,
|
||||||
.hero.is-warning a.header-item,
|
.hero.is-warning a.header-item,
|
||||||
.hero.is-warning .header-item > a:not(.button) {
|
.hero.is-warning .header-item > a:not(.button):not(.pagination a) {
|
||||||
color: rgba(0, 0, 0, 0.5);
|
color: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero.is-warning .header-icon:hover, .hero.is-warning .header-icon.is-active,
|
.hero.is-warning .header-icon:hover, .hero.is-warning .header-icon.is-active,
|
||||||
.hero.is-warning a.header-item:hover,
|
.hero.is-warning a.header-item:hover,
|
||||||
.hero.is-warning a.header-item.is-active,
|
.hero.is-warning a.header-item.is-active,
|
||||||
.hero.is-warning .header-item > a:not(.button):hover,
|
.hero.is-warning .header-item > a:not(.button):not(.pagination a):hover,
|
||||||
.hero.is-warning .header-item > a:not(.button).is-active {
|
.hero.is-warning .header-item > a:not(.button):not(.pagination a).is-active {
|
||||||
color: rgba(0, 0, 0, 0.5);
|
color: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -5556,15 +5556,15 @@ a.header-item.is-active {
|
|||||||
|
|
||||||
.hero.is-danger .header-icon,
|
.hero.is-danger .header-icon,
|
||||||
.hero.is-danger a.header-item,
|
.hero.is-danger a.header-item,
|
||||||
.hero.is-danger .header-item > a:not(.button) {
|
.hero.is-danger .header-item > a:not(.button):not(.pagination a) {
|
||||||
color: rgba(255, 255, 255, 0.5);
|
color: rgba(255, 255, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero.is-danger .header-icon:hover, .hero.is-danger .header-icon.is-active,
|
.hero.is-danger .header-icon:hover, .hero.is-danger .header-icon.is-active,
|
||||||
.hero.is-danger a.header-item:hover,
|
.hero.is-danger a.header-item:hover,
|
||||||
.hero.is-danger a.header-item.is-active,
|
.hero.is-danger a.header-item.is-active,
|
||||||
.hero.is-danger .header-item > a:not(.button):hover,
|
.hero.is-danger .header-item > a:not(.button):not(.pagination a):hover,
|
||||||
.hero.is-danger .header-item > a:not(.button).is-active {
|
.hero.is-danger .header-item > a:not(.button):not(.pagination a).is-active {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
2
css/bulma.min.css
vendored
2
css/bulma.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -101,7 +101,7 @@
|
|||||||
display: block
|
display: block
|
||||||
width: 100%
|
width: 100%
|
||||||
&.is-loading
|
&.is-loading
|
||||||
color: transparent
|
color: transparent !important
|
||||||
pointer-events: none
|
pointer-events: none
|
||||||
&:after
|
&:after
|
||||||
@extend .loader
|
@extend .loader
|
||||||
|
|||||||
Reference in New Issue
Block a user