mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-22 08:16:04 +01:00
improve (ui): hover state for buttons
This commit is contained in:
parent
31fb46ed91
commit
d6e4f946e2
1 changed files with 8 additions and 1 deletions
|
|
@ -17,10 +17,17 @@ button{
|
|||
}
|
||||
&.emphasis{
|
||||
background: var(--emphasis);
|
||||
color: white
|
||||
color: white;
|
||||
}
|
||||
&.dark{
|
||||
background: var(--dark);
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.touch-no button {
|
||||
&.dark:hover, &.emphasis:hover, &.primary:hover {
|
||||
filter: brightness(95%);
|
||||
transition: 0.2s ease all;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue