This commit is contained in:
parent
1dcef3d7e6
commit
49fa6dd451
@ -1,5 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
import {createEventDispatcher} from 'svelte'
|
import { createEventDispatcher } from 'svelte';
|
||||||
|
|
||||||
export let filter;
|
export let filter;
|
||||||
|
|
||||||
@ -71,7 +71,6 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
width: 1.75em;
|
width: 1.75em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: .4em;
|
|
||||||
transition: all 300ms ease-out;
|
transition: all 300ms ease-out;
|
||||||
background-color: var(--dimmed);
|
background-color: var(--dimmed);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
Reference in New Issue
Block a user