fx-compat: Make color picker CE accessible via keyboard and VoiceOver (#2933)
This commit is contained in:
parent
ffdfc73d47
commit
0a94e8fdf0
4 changed files with 114 additions and 32 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue