Remove unused CSS selectors. (#181)

This commit is contained in:
Aleksandr Iushmanov
2025-04-17 12:13:53 +01:00
committed by GitHub
parent 63d0ad7ae8
commit b6ded5f94c
8 changed files with 0 additions and 147 deletions

View File

@@ -221,20 +221,6 @@
font-size: 14px;
> input[type="number"] {
border-radius: 16px 4px 4px 16px;
height: 24px;
text-align: center;
&:last-child:not(:only-child) {
border-radius: 4px 16px 16px 4px;
}
&:only-child {
border-radius: 16px;
}
}
&:has(input[type="number"]) {
cursor: text;
@@ -287,16 +273,6 @@
outline: none;
}
}
ul,
p {
font-size: 10px;
:global(kbd) {
font-size: 12px;
height: 18px;
}
}
}
// stylelint-disable-next-line