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:
Ansis Brammanis
2013-03-21 10:51:23 -04:00
parent 217da9ad3b
commit 91e1d6c7a2

View File

@@ -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;
}