mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-02-14 21:22:40 +00:00
Remove unused CSS selectors. (#181)
This commit is contained in:
committed by
GitHub
parent
63d0ad7ae8
commit
b6ded5f94c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user