mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-07 17:26:23 +00:00
Fix active message button style
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user