mirror of
https://github.com/jgthms/bulma.git
synced 2024-12-12 13:28:30 +00:00
Merge pull request #3773 from tonprince/main
fixed disabled state for is-outlined button
This commit is contained in:
commit
3b3ef02f29
@ -410,6 +410,12 @@ $no-palette: ("white", "black", "light", "dark");
|
|||||||
&:active {
|
&:active {
|
||||||
@include cv.register-vars(());
|
@include cv.register-vars(());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&[disabled],
|
||||||
|
fieldset[disabled] & {
|
||||||
|
background-color: transparent;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.#{iv.$class-prefix}is-inverted {
|
&.#{iv.$class-prefix}is-inverted {
|
||||||
|
Loading…
Reference in New Issue
Block a user