Skip to content

Commit

Permalink
fix(v-chip): fixed focus styles in ie11
Browse files Browse the repository at this point in the history
psuedo element was not properly positioned and overflowing in IE11
  • Loading branch information
johnleider committed Jan 23, 2018
1 parent 59a317c commit c02bb83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stylus/components/_chips.styl
Expand Up @@ -52,6 +52,7 @@ theme(chip, "chip")
&--selected
&:not(.chip--disabled)
border-color: rgba(#000, .13)
overflow: hidden
elevation(2)

&:after
Expand All @@ -61,6 +62,7 @@ theme(chip, "chip")
height: 100%
position: absolute
top: 0
left: 0
transition: inherit
width: 100%
pointer-events: none
Expand Down

0 comments on commit c02bb83

Please sign in to comment.