Skip to content

Commit

Permalink
Query filter: Remove background color on selected items
Browse files Browse the repository at this point in the history
Fixes #601
  • Loading branch information
ryelle committed May 31, 2024
1 parent 7dcb3c8 commit d869f1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mu-plugins/blocks/query-filter/src/style.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
}

&:checked + label {
background-color: var(--wp--custom--wporg-query-filters--option--active--color--background);
color: var(--wp--custom--wporg-query-filters--option--active--color--text);
/* stylelint-disable-next-line function-url-quotes */
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%231E1E1E' fill-rule='evenodd' d='m17.93 7.978-7.2 9.681-4.516-3.358.896-1.204 3.312 2.463 6.303-8.477 1.204.895Z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
Expand Down

0 comments on commit d869f1d

Please sign in to comment.