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