fix #2346
This commit is contained in:
parent
e5591618ee
commit
fff307d4bb
@ -40,19 +40,23 @@ export default Vue.extend({
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
.mk-reactions-viewer
|
||||
border-top dashed 1px var(--reactionViewerBorder)
|
||||
border-bottom dashed 1px var(--reactionViewerBorder)
|
||||
margin 4px 0
|
||||
margin 6px 0
|
||||
|
||||
&:empty
|
||||
display none
|
||||
|
||||
> span
|
||||
margin-right 8px
|
||||
margin-right 6px
|
||||
padding 6px 6px 6px 4px
|
||||
border solid 1px var(--reactionViewerButtonBorder)
|
||||
border-radius 3px
|
||||
|
||||
&.notReacted
|
||||
cursor pointer
|
||||
|
||||
&:hover
|
||||
border solid 1px var(--reactionViewerButtonHoverBorder)
|
||||
|
||||
> .mk-reaction-icon
|
||||
font-size 1.4em
|
||||
|
||||
|
@ -83,7 +83,8 @@
|
||||
|
||||
reactionPickerButtonHoverBg: 'rgba(255, 255, 255, 0.18)',
|
||||
|
||||
reactionViewerBorder: 'rgba(255, 255, 255, 0.1)',
|
||||
reactionViewerButtonBorder: 'rgba(255, 255, 255, 0.1)',
|
||||
reactionViewerButtonHoverBorder: 'rgba(255, 255, 255, 0.2)',
|
||||
|
||||
pollEditorInputBg: 'rgba(0, 0, 0, 0.25)',
|
||||
|
||||
|
@ -83,7 +83,8 @@
|
||||
|
||||
reactionPickerButtonHoverBg: '#eee',
|
||||
|
||||
reactionViewerBorder: 'rgba(0, 0, 0, 0.1)',
|
||||
reactionViewerButtonBorder: 'rgba(0, 0, 0, 0.1)',
|
||||
reactionViewerButtonHoverBorder: 'rgba(0, 0, 0, 0.2)',
|
||||
|
||||
pollEditorInputBg: '#fff',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user