mirror of
https://github.com/penpot/penpot.git
synced 2025-03-15 17:21:17 -05:00
Merge pull request #2903 from ondrejkonec/a11y-udpate-change-hover-color-for-zoom-widget-button
✨ Added darker color for hover button in zoom widget to improve a11y
This commit is contained in:
commit
c3c6e533e3
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
background-color: $color-white;
|
||||
border: none;
|
||||
&:hover {
|
||||
color: $color-primary;
|
||||
color: $color-primary-darker;
|
||||
}
|
||||
}
|
||||
.reset-btn {
|
||||
|
|
Loading…
Add table
Reference in a new issue