mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +00:00
build: fix stylelint issues on Choices.css file
This commit is contained in:
parent
688090aa82
commit
7bdde9a4f5
@ -83,8 +83,7 @@
|
|||||||
height: 0;
|
height: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: hsl(var(--color-text-muted)) transparent transparent
|
border-color: hsl(var(--color-text-muted)) transparent transparent;
|
||||||
transparent;
|
|
||||||
border-width: 5px;
|
border-width: 5px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 11.5px;
|
right: 11.5px;
|
||||||
@ -94,8 +93,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.choices[data-type*="select-one"].is-open::after {
|
.choices[data-type*="select-one"].is-open::after {
|
||||||
border-color: transparent transparent hsl(var(--color-text-muted))
|
border-color: transparent transparent hsl(var(--color-text-muted));
|
||||||
transparent;
|
|
||||||
margin-top: -7.5px;
|
margin-top: -7.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user