Skip to content

Commit

Permalink
consolidate redundant declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
gloddy committed Aug 31, 2016
1 parent 1dd9337 commit 8f672b2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions behaviors/wysiwyg.scss
Expand Up @@ -113,7 +113,8 @@ $wysiwyg-dropshadow: 0 0 6px $input-shadow;
background-color: transparent;
border: none;
color: $wysiwyg-color;
display: flex;
display: block;
font-size: 18px;
height: $wysiwyg-button-size;
justify-content: center;
line-height: 32px;
Expand Down Expand Up @@ -276,10 +277,6 @@ $wysiwyg-dropshadow: 0 0 6px $input-shadow;
}

// toolbar buttons
.medium-editor-toolbar li button {
display: block;
font-size: 18px;
}
.medium-editor-action-bold b {
padding-left: 2px;
}
Expand Down

0 comments on commit 8f672b2

Please sign in to comment.