Skip to content

Commit

Permalink
tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonpecora committed Aug 12, 2016
1 parent 3bf5fa4 commit 2b8d2cd
Showing 1 changed file with 12 additions and 36 deletions.
48 changes: 12 additions & 36 deletions behaviors/wysiwyg.scss
Expand Up @@ -55,57 +55,33 @@ $wysiwyg-dropshadow: 0 0 6px $input-shadow;
top: -8px;
}

// two arrows, since the first goes over the border of the toolbar itself
// and the second goes under and applies the drop shadow
// .medium-toolbar-arrow-under:before {
// border-color: $wysiwyg-bgcolor transparent transparent transparent;
// border-style: solid;
// border-width: 8px 8px 0;
// content: '';
// display: block;
// height: 0;
// left: 50%;
// margin-left: -8px;
// position: absolute;
// top: $wysiwyg-button-size;
// width: 0;
// z-index: 1;
// }
//
// .medium-toolbar-arrow-under:after {
// border-color: $wysiwyg-bgcolor transparent transparent transparent;
// filter: drop-shadow($wysiwyg-dropshadow);
// top: $wysiwyg-button-size;
// z-index: -1;
// }

.medium-toolbar-arrow-under:before,
.medium-toolbar-arrow-under:after {
border: 1px solid transparent;
content: '';
border: 1px solid transparent;
content: '';
display: block;
height: 0;
height: 0;
left: 50%;
pointer-events: none;
position: absolute;
position: absolute;
top: $wysiwyg-button-size;
width: 0;
}

.medium-toolbar-arrow-under:before {
border-color: transparent;
border-top-color: $wysiwyg-bgcolor;
border-width: 8px;
margin-left: -8px;
border-color: transparent;
border-top-color: $wysiwyg-bgcolor;
border-width: 8px;
margin-left: -8px;
z-index: 1;
}

.medium-toolbar-arrow-under:after {
border-color: transparent;
border-top-color: $wysiwyg-border-color;
border-width: 9px;
border-color: transparent;
border-top-color: $wysiwyg-border-color;
border-width: 9px;
filter: drop-shadow($wysiwyg-dropshadow);
margin-left: -9px;
margin-left: -9px;
z-index: -1;
}

Expand Down

0 comments on commit 2b8d2cd

Please sign in to comment.