Merge pull request #3773 from tonprince/main
fixed disabled state for is-outlined button
This commit is contained in:
commit
3b3ef02f29
1 changed files with 6 additions and 0 deletions
|
@ -410,6 +410,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…
Add table
Reference in a new issue