mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-13 05:45:47 +03:00
Pledge List Filters: Update style and add filter on-change functionality
- Style search box & filter dropdown - Enable sort filter on select change - Fix some PHP notices
This commit is contained in:
parent
5b5a1d50ff
commit
14ed8d4d6b
5 changed files with 59 additions and 18 deletions
|
@ -3,14 +3,13 @@
|
|||
.custom-select {
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
margin: -0.5rem 0;
|
||||
padding: 0.5rem 2rem 0.5rem .8rem;
|
||||
width: auto;
|
||||
|
||||
font-size: 1em;
|
||||
line-height: 1.3;
|
||||
|
||||
border: none;
|
||||
border: 1px solid $color__text-lighter;
|
||||
box-shadow: none;
|
||||
border-radius: 0.5em;
|
||||
-moz-appearance: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue