Fix before and after selectors

This commit is contained in:
Jeremy Thomas
2018-04-08 19:08:39 +01:00
parent 292fd8ac4f
commit 8baa6cc6dc
8 changed files with 60 additions and 60 deletions

View File

@@ -82,8 +82,8 @@ $tag-delete-margin: 1px !default
padding: 0
position: relative
width: 2em
&:before,
&:after
&::before,
&::after
background-color: currentColor
content: ""
display: block
@@ -92,10 +92,10 @@ $tag-delete-margin: 1px !default
top: 50%
transform: translateX(-50%) translateY(-50%) rotate(45deg)
transform-origin: center center
&:before
&::before
height: 1px
width: 50%
&:after
&::after
height: 50%
width: 1px
&:hover,