mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
fix for checkbox hover state.
This commit is contained in:
+2
-3
@@ -1179,11 +1179,10 @@ input[type=number] {
|
||||
margin-right: 5px;
|
||||
width: 20px;
|
||||
vertical-align: middle;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.checkselect .set input[type="checkbox"] {
|
||||
opacity: 1;
|
||||
.checkselect label:not(.set) input[type="checkbox"] {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
/* Preset form radio button */
|
||||
|
||||
Reference in New Issue
Block a user