mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 15:51:39 +02:00
added darker color for hover button in zoom widget to improve a11y
This commit is contained in:
parent
2ea81c0114
commit
9fae26765a
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
border: none;
|
border: none;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $color-primary;
|
color: $color-primary-darker;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.reset-btn {
|
.reset-btn {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue