Flash disabled reason for zoom buttons on touch action (close #7699)

This commit is contained in:
Quincy Morgan
2020-06-12 14:18:31 -04:00
parent 70aaa0fa3a
commit 51f465c84e
3 changed files with 38 additions and 11 deletions
+1 -3
View File
@@ -4432,14 +4432,12 @@ img.tile-debug {
.flash-icon use {
color: #222;
}
.flash-icon.disabled use {
color: rgba(32,32,32,0.7);
}
.flash-icon.operation use {
fill: #222;
color: #79f;
}
.flash-icon.disabled use,
.flash-icon.operation.disabled use {
fill: rgba(32,32,32,0.7);
color: rgba(40,40,40,0.7);