remove all "fallback variables"
This commit is contained in:
parent
50a9c077fb
commit
075f2cb903
80 changed files with 99 additions and 382 deletions
|
|
@ -32,8 +32,6 @@
|
|||
<script src="./sticker_picker.js"></script>
|
||||
|
||||
<style lang="scss">
|
||||
@import "../../variables";
|
||||
|
||||
.sticker-picker {
|
||||
width: 100%;
|
||||
|
||||
|
|
@ -56,7 +54,7 @@
|
|||
height: 100%;
|
||||
|
||||
&:hover {
|
||||
filter: drop-shadow(0 0 5px var(--accent, $fallback--link));
|
||||
filter: drop-shadow(0 0 5px var(--accent));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue