Add transition to notification's close button background color

This commit is contained in:
Bruno Alves de Faria 2017-09-29 13:16:53 -03:00
parent 6fef754651
commit 4efa774cd3

View File

@ -37,6 +37,7 @@
position: absolute position: absolute
right: 0 right: 0
top: 0 top: 0
transition(background-color 0.3s ease)
width: 40px width: 40px
i i
@ -52,7 +53,7 @@
width: 100% width: 100%
&:hover &:hover
background: rgba(0, 0, 0, 0.1) background-color: rgba(0, 0, 0, 0.1)
i i
transform(translateY(-50%) rotate(180deg)) transform(translateY(-50%) rotate(180deg))