This commit is contained in:
syuilo 2018-03-04 18:27:22 +09:00
parent f152e3a2d5
commit bad780ce96

View file

@ -133,6 +133,18 @@ export default Vue.extend({
opacity 0
margin 0
&:focus + .button
&:after
content ""
pointer-events none
position absolute
top -5px
right -5px
bottom -5px
left -5px
border 2px solid rgba($theme-color, 0.3)
border-radius 14px
> .button
display inline-block
margin 0