mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 10:23:09 +02:00
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
8296cac636
4 changed files with 19 additions and 7 deletions
|
@ -191,7 +191,7 @@
|
||||||
"single-line-log": "1.1.2",
|
"single-line-log": "1.1.2",
|
||||||
"speakeasy": "2.0.0",
|
"speakeasy": "2.0.0",
|
||||||
"stringz": "1.0.0",
|
"stringz": "1.0.0",
|
||||||
"style-loader": "0.23.0",
|
"style-loader": "0.23.1",
|
||||||
"stylus": "0.54.5",
|
"stylus": "0.54.5",
|
||||||
"stylus-loader": "3.0.2",
|
"stylus-loader": "3.0.2",
|
||||||
"summaly": "2.2.0",
|
"summaly": "2.2.0",
|
||||||
|
|
|
@ -40,18 +40,24 @@ 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-radius 3px
|
||||||
|
|
||||||
&.notReacted
|
&.notReacted
|
||||||
cursor pointer
|
cursor pointer
|
||||||
|
border solid 1px var(--reactionViewerButtonBorder)
|
||||||
|
background-color var(--reactionViewerButtonBg)
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
border solid 1px var(--reactionViewerButtonHoverBorder)
|
||||||
|
background-color var(--reactionViewerButtonHoverBg)
|
||||||
|
|
||||||
> .mk-reaction-icon
|
> .mk-reaction-icon
|
||||||
font-size 1.4em
|
font-size 1.4em
|
||||||
|
|
|
@ -84,7 +84,10 @@
|
||||||
|
|
||||||
reactionPickerButtonHoverBg: 'rgba(255, 255, 255, 0.18)',
|
reactionPickerButtonHoverBg: 'rgba(255, 255, 255, 0.18)',
|
||||||
|
|
||||||
reactionViewerBorder: 'rgba(255, 255, 255, 0.1)',
|
reactionViewerButtonBg: 'rgba(0, 0, 0, 0)',
|
||||||
|
reactionViewerButtonHoverBg: 'rgba(0, 0, 0, 0)',
|
||||||
|
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)',
|
||||||
|
|
||||||
|
|
|
@ -84,7 +84,10 @@
|
||||||
|
|
||||||
reactionPickerButtonHoverBg: '#eee',
|
reactionPickerButtonHoverBg: '#eee',
|
||||||
|
|
||||||
reactionViewerBorder: 'rgba(0, 0, 0, 0.1)',
|
reactionViewerButtonBg: 'rgba(0, 0, 0, 0)',
|
||||||
|
reactionViewerButtonHoverBg: 'rgba(0, 0, 0, 0)',
|
||||||
|
reactionViewerButtonBorder: 'rgba(0, 0, 0, 0.1)',
|
||||||
|
reactionViewerButtonHoverBorder: 'rgba(0, 0, 0, 0.2)',
|
||||||
|
|
||||||
pollEditorInputBg: '#fff',
|
pollEditorInputBg: '#fff',
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue