Skip to content
Snippets Groups Projects
Commit 88b500e8 authored by Simon Malesys's avatar Simon Malesys
Browse files

fix the chip border color since inherit seems to not work in prod

parent 76a5c565
No related branches found
No related tags found
1 merge request!8Merge modifications asked by reviewers
Pipeline #141756 passed
...@@ -277,9 +277,9 @@ function removeFilter (filterChip: FilterChip): void { ...@@ -277,9 +277,9 @@ function removeFilter (filterChip: FilterChip): void {
} }
.checkbox label { .checkbox label {
cursor: pointer;
border: 1px solid inherit;
border-radius: var(--big-radius); border-radius: var(--big-radius);
border: 1px solid var(--white);
cursor: pointer;
padding: calc(var(--spacing) / 3) calc(var(--spacing) / 2); padding: calc(var(--spacing) / 3) calc(var(--spacing) / 2);
transition: all 0.2s; transition: all 0.2s;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment