Skip to content

Commit

Permalink
fix: filter list styling now properly overrides form styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jhung committed Jun 24, 2020
1 parent f2830eb commit d2374c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/styles/components/_filter-sort.scss
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@
}

@include breakpoint-down(md) {
.filters {
.filters,
.filters .form {
--text-border-color-default: var(--grey-500);
--text-border-color-disabled: var(--grey-500);
--text-border-color-hover: var(--blue-300);
Expand Down

0 comments on commit d2374c8

Please sign in to comment.