mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 20:01:33 +00:00
show back icon when hovering over the header
instead of just when hovering over the button. Hopefully this makes the button a bit more discoverable.
This commit is contained in:
@@ -641,11 +641,11 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.inspector-wrap .message button:hover .col12:first-child {
|
||||
.inspector-wrap .message:hover button .col12:first-child {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.inspector-wrap .message button:hover .col12:last-child {
|
||||
.inspector-wrap .message:hover button .col12:last-child {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user