forked from FoundKeyGang/FoundKey
wip
This commit is contained in:
parent
df6c9b1a1c
commit
76a25917c0
3 changed files with 2 additions and 6 deletions
|
@ -264,9 +264,9 @@ export default Vue.extend({
|
|||
border-bottom-right-radius 6px
|
||||
|
||||
&:hover
|
||||
background var(--footerButtonHover)
|
||||
box-shadow 0 0 0 100px inset rgba(0, 0, 0, 0.05)
|
||||
|
||||
&:active
|
||||
background var(--footerButtonActive)
|
||||
box-shadow 0 0 0 100px inset rgba(0, 0, 0, 0.1)
|
||||
|
||||
</style>
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
"modalBackdrop": "rgba(0, 0, 0, 0.5)",
|
||||
"dateDividerBg": "#242731",
|
||||
"dateDividerFg": "#666b79",
|
||||
"footerButtonHover": "#2e3440",
|
||||
"footerButtonActive": "#21242b",
|
||||
"switchTrack": "rgba(255, 255, 255, 0.15)",
|
||||
"noteHeaderName": "#fff",
|
||||
"noteHeaderBadgeFg": "#758188",
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
"modalBackdrop": "rgba(0, 0, 0, 0.1)",
|
||||
"dateDividerBg": "#fdfdfd",
|
||||
"dateDividerFg": "#aaa",
|
||||
"footerButtonHover": "#f5f5f5",
|
||||
"footerButtonActive": "#eee",
|
||||
"switchTrack": "rgba(0, 0, 0, 0.25)",
|
||||
"noteHeaderName": "#627079",
|
||||
"noteHeaderBadgeFg": "#aaa",
|
||||
|
|
Loading…
Reference in a new issue