Fix active message button style

This commit is contained in:
Gabor PEK
2020-06-17 17:58:31 +02:00
parent fb2735ccc7
commit aacd8aea60
3 changed files with 13 additions and 4 deletions

View File

@ -13,5 +13,13 @@
height: $space;
margin-right: $tiny;
color: $tao-btn-font-color;
outline: none;
&:active {
background: $tao-btn-font-color;
border: $tao-btn-font-color;
color: $color;
border-radius: 10px;
}
}