mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 10:14:13 +02:00
filter clear
This commit is contained in:
parent
ea7d0c5e42
commit
28782ff609
6 changed files with 77 additions and 31 deletions
|
|
@ -56,6 +56,7 @@
|
|||
width: 150px;
|
||||
|
||||
& .solid-select-control {
|
||||
border-right: none;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
|
@ -66,7 +67,6 @@
|
|||
|
||||
& .solid-select-control {
|
||||
border-right: none;
|
||||
border-left: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
|
@ -79,4 +79,14 @@
|
|||
border-bottom-left-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
& .reset {
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
border-bottom: var(--text-secondary) 1px solid;
|
||||
border-top: var(--text-secondary) 1px solid;
|
||||
padding: 0 10px;
|
||||
outline: none;
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue