0
Fork 0
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:
Pablo Alba 2023-02-08 11:40:38 +01:00 committed by GitHub
commit c3c6e533e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@
background-color: $color-white;
border: none;
&:hover {
color: $color-primary;
color: $color-primary-darker;
}
}
.reset-btn {