Skip to content

Commit

Permalink
Update vertex preset icons to use percentage position and size
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Feb 26, 2019
1 parent bd4f5f6 commit c3ee4a2
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ a.hide-toggle {
stroke-width: 4 !important;
}

.preset-icon-fill-area {
.preset-icon-fill {
cursor: inherit;
height: 66%;
width: 66%;
Expand All @@ -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%;
Expand Down

0 comments on commit c3ee4a2

Please sign in to comment.