mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Update select.css.ts
This commit is contained in:
parent
37b5cb6b60
commit
3690154cb6
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ export const option = style({
|
||||||
color: "#DADBE1",
|
color: "#DADBE1",
|
||||||
cursor: "default",
|
cursor: "default",
|
||||||
fontFamily: "inherit",
|
fontFamily: "inherit",
|
||||||
fontSize: vars.size.bodyFontSize,
|
fontSize: vars.size.body,
|
||||||
textOverflow: "ellipsis",
|
textOverflow: "ellipsis",
|
||||||
padding: `${SPACING_UNIT}px`,
|
padding: `${SPACING_UNIT}px`,
|
||||||
":focus": {
|
":focus": {
|
||||||
|
@ -57,5 +57,5 @@ export const option = style({
|
||||||
export const label = style({
|
export const label = style({
|
||||||
marginBottom: `${SPACING_UNIT}px`,
|
marginBottom: `${SPACING_UNIT}px`,
|
||||||
display: "block",
|
display: "block",
|
||||||
color: vars.color.bodyText,
|
color: vars.color.body,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue