Skip to content

Commit

Permalink
Fix: Drawing buttons styling (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum committed Dec 19, 2017
1 parent 16d7c8d commit bda13b8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/Annotator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -465,19 +465,16 @@ $tablet: 'max-width: 768px';
}
}

.bp-btn-annotate-draw-delete,
.bp-btn-annotate-draw-delete:active,
.bp-btn-annotate-draw-delete:hover,
.bp-btn-annotate-draw-add,
.bp-btn-annotate-draw-add:active,
.bp-btn-annotate-draw-add:hover {
font-size: 13px;
margin-top: -3px;
padding: 4px;
}

.bp-btn-annotate-draw-delete,
.bp-btn-annotate-draw-delete:active,
.bp-btn-annotate-draw-delete:hover {
padding-left: 4px;
}
}

.bp-create-highlight-comment {
Expand Down

0 comments on commit bda13b8

Please sign in to comment.