Fix link button when pressed in dark theme
This commit is contained in:
parent
a9a1a3987a
commit
84b3ec2dc2
@ -351,7 +351,7 @@ main.normalize {
|
|||||||
background-color: #89b4ea; /* color between default and pressed */
|
background-color: #89b4ea; /* color between default and pressed */
|
||||||
}
|
}
|
||||||
|
|
||||||
button:focus {
|
button:focus, .button:focus {
|
||||||
background-color: #7ca3d4; /* button pressed on Android */
|
background-color: #7ca3d4; /* button pressed on Android */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user