mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Update vertex preset icons to use percentage position and size
This commit is contained in:
@@ -999,7 +999,7 @@ a.hide-toggle {
|
||||
stroke-width: 4 !important;
|
||||
}
|
||||
|
||||
.preset-icon-fill-area {
|
||||
.preset-icon-fill {
|
||||
cursor: inherit;
|
||||
height: 66%;
|
||||
width: 66%;
|
||||
@@ -1010,23 +1010,11 @@ a.hide-toggle {
|
||||
}
|
||||
|
||||
.preset-icon-fill-vertex {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
margin: auto;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 10px;
|
||||
border: 1.5px solid #333;
|
||||
border-radius: 20px;
|
||||
border-radius: 100%;
|
||||
background-color: #efefef;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
|
||||
[dir='rtl'] .preset-icon-fill-vertex,
|
||||
[dir='rtl'] .preset-icon-fill-area {
|
||||
left: auto;
|
||||
right: 10px;
|
||||
}
|
||||
.preset-icon-frame {
|
||||
width: 100%;
|
||||
height:100%;
|
||||
|
||||
Reference in New Issue
Block a user