Fix danger button border
This commit is contained in:
parent
8c30e166c3
commit
61951b9b6f
1 changed files with 3 additions and 2 deletions
|
@ -125,6 +125,7 @@
|
|||
@mixin danger-button {
|
||||
background-color: pvar(--red);
|
||||
color: pvar(--on-red);
|
||||
border: 1px solid pvar(--red);
|
||||
|
||||
@include button-focus(pvar(--red));
|
||||
|
||||
|
@ -136,8 +137,8 @@
|
|||
}
|
||||
|
||||
&[disabled] {
|
||||
cursor: default;
|
||||
opacity: 0.7;
|
||||
pointer-events: none;
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue