build: fix stylelint issues on Choices.css file

This commit is contained in:
Yassine Doghri 2024-05-05 17:16:20 +00:00
parent 688090aa82
commit 7bdde9a4f5
1 changed files with 2 additions and 4 deletions

View File

@ -83,8 +83,7 @@
height: 0;
width: 0;
border-style: solid;
border-color: hsl(var(--color-text-muted)) transparent transparent
transparent;
border-color: hsl(var(--color-text-muted)) transparent transparent;
border-width: 5px;
position: absolute;
right: 11.5px;
@ -94,8 +93,7 @@
}
.choices[data-type*="select-one"].is-open::after {
border-color: transparent transparent hsl(var(--color-text-muted))
transparent;
border-color: transparent transparent hsl(var(--color-text-muted));
margin-top: -7.5px;
}