fx-compat: Make color picker CE accessible via keyboard and VoiceOver (#2933)

This commit is contained in:
Abe Jellinek 2023-06-17 02:43:24 -04:00 committed by GitHub
parent ffdfc73d47
commit 0a94e8fdf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 114 additions and 32 deletions

View file

@ -1,5 +1,5 @@
color-picker {
button {
.button {
width: 38px;
height: 24px;
appearance: none;
@ -25,7 +25,8 @@ color-picker {
gap: 2px;
}
.grid-tile:hover {
.grid-tile, .grid-tile:hover {
appearance: none;
border: 0;
}