Update style.scss
This commit is contained in:
parent
4606f23ed8
commit
09d5a7806a
1 changed files with 1 additions and 8 deletions
|
@ -172,6 +172,7 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
._button {
|
._button {
|
||||||
|
@extend ._noSelect;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -188,14 +189,6 @@ hr {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
&, * {
|
|
||||||
@extend ._noSelect;
|
|
||||||
}
|
|
||||||
|
|
||||||
* {
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:focus-visible {
|
&:focus-visible {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue