mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Make the combobox caret a larger target
This commit is contained in:
+14
-3
@@ -1554,9 +1554,20 @@ div.combobox {
|
||||
}
|
||||
|
||||
.combobox-caret {
|
||||
margin-left: -20px;
|
||||
margin-right: 10px;
|
||||
display:inline-block;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
margin-left: -30px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.combobox-caret::after {
|
||||
content:"";
|
||||
height: 0; width: 0;
|
||||
position: absolute;
|
||||
left: 0; right: 0; bottom: 0; top: 0;
|
||||
margin: auto;
|
||||
border-top: 5px solid #ccc;
|
||||
border-left: 5px solid transparent;
|
||||
border-right: 5px solid transparent;
|
||||
|
||||
Reference in New Issue
Block a user