mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-22 07:46:17 -04:00
Fix button color change on hover (fixes #262)
This commit is contained in:
parent
99b0c6ff01
commit
5d709966af
1 changed files with 4 additions and 1 deletions
|
@ -626,12 +626,15 @@ x-dialog:not([show]) x-background {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: -1;
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
transition: opacity 300ms;
|
transition: opacity 300ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-button:before {
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
|
||||||
.btn:not([disabled]):hover:before,
|
.btn:not([disabled]):hover:before,
|
||||||
.icon-button:hover:before {
|
.icon-button:hover:before {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue