mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Merge pull request #3773 from tonprince/main
fixed disabled state for is-outlined button
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user