Add new class for hovering buttons
This commit is contained in:
parent
22ecc20d3a
commit
726c0608c4
1 changed files with 8 additions and 0 deletions
|
|
@ -61,6 +61,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.Options {
|
||||||
|
box-shadow: 0px 1px 3px rgb(0 0 0 / 14%);
|
||||||
|
position: absolute;
|
||||||
|
left: 8px;
|
||||||
|
top: 8px;
|
||||||
|
z-index: 3;
|
||||||
|
}
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
background-color: var(--button-bg-disabled);
|
background-color: var(--button-bg-disabled);
|
||||||
color: var(--button-text-disabled);
|
color: var(--button-text-disabled);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue