Removing spinning animation from close buttons

This commit is contained in:
Bruno Alves de Faria 2017-11-22 10:26:29 -02:00
parent b42214d8ee
commit 7840c2b6c2
2 changed files with 4 additions and 9 deletions

View File

@ -47,17 +47,12 @@
position: absolute
text-align: center
top: 50%
transform(translateY(-50%) rotate(0deg))
transform-origin(50% 50%)
transition(transform 0.3s ease)
transform(translateY(-50%))
width: 100%
&:hover
background-color: rgba(0, 0, 0, 0.1)
i
transform(translateY(-50%) rotate(180deg))
&.in
max-height: auto
opacity: 1

View File

@ -114,15 +114,15 @@ body .select2-container--default .select2-results>.select2-results__options
overflow: hidden
text-align: center
text-shadow: none
transition(color 0.3s ease)
width: 20px
span
display: block
line-height: 20px
transition(transform 0.3s ease)
&:hover span
transform(rotate(180deg))
&:hover
theme('color', '$textPrimaryColor')
.full-width
width: 100%