Added CSS variables for background of reactions-viewer
This commit is contained in:
parent
fff307d4bb
commit
5cf1956135
3 changed files with 7 additions and 1 deletions
|
|
@ -48,14 +48,16 @@ export default Vue.extend({
|
|||
> span
|
||||
margin-right 6px
|
||||
padding 6px 6px 6px 4px
|
||||
border solid 1px var(--reactionViewerButtonBorder)
|
||||
border-radius 3px
|
||||
|
||||
&.notReacted
|
||||
cursor pointer
|
||||
border solid 1px var(--reactionViewerButtonBorder)
|
||||
background-color var(--reactionViewerButtonBg)
|
||||
|
||||
&:hover
|
||||
border solid 1px var(--reactionViewerButtonHoverBorder)
|
||||
background-color var(--reactionViewerButtonHoverBg)
|
||||
|
||||
> .mk-reaction-icon
|
||||
font-size 1.4em
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue