Add tests and fix issues
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user