This commit is contained in:
syuilo
2018-09-28 15:34:34 +09:00
parent c627288bde
commit 13f258308e
16 changed files with 45 additions and 316 deletions

View File

@ -269,9 +269,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
root(isDark)
.dnpfarvgbnfmyzbdquhhzyxcmstpdqzs
$header-height = 42px
width 330px
@ -301,7 +299,7 @@ root(isDark)
min-width 285px
&.naked
background rgba(#000, isDark ? 0.25 : 0.1)
background var(--deckAcrylicColumnBg)
> header
background transparent
@ -350,7 +348,7 @@ root(isDark)
color var(--faceTextButtonHover)
&:active
color isDark ? #b2c1d5 : #999
color var(--faceTextButtonActive)
> .toggleActive
margin-left -16px
@ -364,10 +362,4 @@ root(isDark)
overflow auto
overflow-x hidden
.dnpfarvgbnfmyzbdquhhzyxcmstpdqzs[data-darkmode]
root(true)
.dnpfarvgbnfmyzbdquhhzyxcmstpdqzs:not([data-darkmode])
root(false)
</style>