mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Select filtered preset with Enter
This commit is contained in:
@@ -677,16 +677,22 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.preset-grid.filtered .grid-entry:first-child .grid-inner,
|
||||
.preset-grid .grid-entry .grid-inner:hover {
|
||||
background: #ececec;
|
||||
}
|
||||
|
||||
.preset-grid .grid-entry .grid-inner:hover {
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
.grid-entry .grid-inner {
|
||||
position: absolute;
|
||||
border: 1px solid #ccc;
|
||||
left: 10px; right: 10px; top: 10px; bottom: 10px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.grid-entry .grid-inner .preset-icon-fill.area {
|
||||
position: absolute;
|
||||
opacity: 0.4;
|
||||
|
||||
Reference in New Issue
Block a user