Skip to content

Commit

Permalink
apply changes only to search filters
Browse files Browse the repository at this point in the history
  • Loading branch information
amdomanska committed Sep 21, 2023
1 parent c9fd4ad commit bb6689c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cms/sass/components/_filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@
margin-bottom: $spacing-04;
border: 0;
@include typescale-06;

input[type="checkbox"],
input[type="radio"] {
display: unset;
opacity: 0;
width: 0.8em;
height: 0.8em;

&:focus + label {
outline: dashed 2px lightgrey;
outline-offset: 1px;
}

&:focus:not(:focus-visible){
outline: none;
}
}

}

.filters__heading {
Expand Down Expand Up @@ -50,6 +68,7 @@
max-height: $spacing-07;
height: auto;
overflow-y: auto;
padding-top: $spacing-01;

@include unstyled-list;

Expand Down

0 comments on commit bb6689c

Please sign in to comment.