mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 01:06:11 +02: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;
|
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