mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
Flash disabled reason for zoom buttons on touch action (close #7699)
This commit is contained in:
+1
-3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user