Add tests and fix issues

This commit is contained in:
2026-04-25 10:38:21 +02:00
parent a0bdf9e37e
commit d84a0eed3f
18 changed files with 911 additions and 567 deletions

View File

@@ -37,20 +37,20 @@
background-color: whitesmoke;
}
.st-key-color-selector div[role = "radiogroup"] {
.st-key-new_counter_color_selector div[role = "radiogroup"] {
display: flex;
flex-direction: row;
}
.st-key-color-selector div[role = "radiogroup"] > label {
.st-key-new_counter_color_selector div[role = "radiogroup"] > label {
flex: 1
}
.st-key-color-selector div[role = "radiogroup"] > label > div:first-child {
.st-key-new_counter_color_selector div[role = "radiogroup"] > label > div:first-child {
display: none;
}
.st-key-color-selector div[role = "radiogroup"] > label:has(> input[tabindex="0"]) {
.st-key-new_counter_color_selector div[role = "radiogroup"] > label:has(> input[tabindex="0"]) {
outline: 3px solid blue;
}
.st-key-color-selector div[role = "radiogroup"] p {
.st-key-new_counter_color_selector div[role = "radiogroup"] p {
visibility: hidden;
}