fix: design review comments
This commit is contained in:
@@ -55,15 +55,13 @@
|
||||
}
|
||||
|
||||
.listBoxItem {
|
||||
padding: var(--Spacing-x2);
|
||||
padding: var(--Spacing-x1);
|
||||
margin: var(--Spacing-x0) var(--Spacing-x2);
|
||||
}
|
||||
|
||||
.listBoxItem[data-focused="true"],
|
||||
.listBoxItem[data-selected="true"] {
|
||||
background: var(--UI-Input-Controls-Surface-Hover, var(--Scandic-Blue-00));
|
||||
background: var(--UI-Input-Controls-Surface-Hover);
|
||||
border-radius: var(--Corner-radius-Medium,);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.listBoxItem[data-selected="true"] {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user