fix: color picker component
This commit is contained in:
parent
c54a2c6d02
commit
50893c3bf4
@ -96,7 +96,7 @@ a.sidebar-link
|
|||||||
color $accentColor
|
color $accentColor
|
||||||
&.active
|
&.active
|
||||||
font-weight 600
|
font-weight 600
|
||||||
color $accentColor
|
color $accentColor!important
|
||||||
border-left-color $accentColor
|
border-left-color $accentColor
|
||||||
.sidebar-group &
|
.sidebar-group &
|
||||||
padding-left 2rem
|
padding-left 2rem
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="showSettings" v-click-outside="hideMenu" class="color-picker">
|
<div v-if="showSettings" v-click-outside="hideMenu" class="color-picker">
|
||||||
<a class="color-button" href="#" @click.prevent="showMenu = !showMenu">
|
<a class="color-button" @click.prevent="showMenu = !showMenu">
|
||||||
<i class="iconfont reco-color"></i>
|
<i class="iconfont reco-color"></i>
|
||||||
</a>
|
</a>
|
||||||
<transition name="menu-transition" mode="out-in">
|
<transition name="menu-transition" mode="out-in">
|
||||||
|
@ -58,6 +58,16 @@ color-mode(accountColor , colorName)
|
|||||||
a
|
a
|
||||||
span.post-num
|
span.post-num
|
||||||
color accountColor!important
|
color accountColor!important
|
||||||
|
.color-picker
|
||||||
|
.color-button
|
||||||
|
.iconfont
|
||||||
|
color accountColor!important;
|
||||||
|
a
|
||||||
|
color accountColor;
|
||||||
|
a.sidebar-link
|
||||||
|
color $textColor
|
||||||
|
a.sidebar-link:hover
|
||||||
|
color accountColor!important;
|
||||||
|
|
||||||
|
|
||||||
@media (min-width: 765px)
|
@media (min-width: 765px)
|
||||||
|
Loading…
Reference in New Issue
Block a user