mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
fixed disabled state for is-outlined button
This commit is contained in:
parent
d2687d444c
commit
1a84fafd63
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user