Merged in fix/3697-prettier-configs (pull request #3396)

fix(SW-3691): Setup one prettier config for whole repo

* Setup prettierrc in root and remove other configs


Approved-by: Joakim Jäderberg
Approved-by: Linus Flood
This commit is contained in:
Rasmus Langvad
2026-01-07 12:45:50 +00:00
parent 932413412b
commit d0546926a9
500 changed files with 18367 additions and 18419 deletions

View File

@@ -10,16 +10,16 @@
gap: var(--Space-x05);
}
.select[data-focused='true'] {
.select[data-focused="true"] {
border: 2px solid var(--Border-Interactive-Focus);
outline: none;
}
.select[data-focused='true'].discreet {
.select[data-focused="true"].discreet {
border: 1px solid transparent;
outline: none;
}
.select[data-focus-visible='true'].discreet {
.select[data-focus-visible="true"].discreet {
border: 2px solid var(--Border-Interactive-Focus);
}
@@ -97,8 +97,8 @@
padding: var(--Space-x1);
}
.listBoxItem[data-focused='true'],
.listBoxItem[data-selected='true'] {
.listBoxItem[data-focused="true"],
.listBoxItem[data-selected="true"] {
background: var(--UI-Input-Controls-Surface-Hover);
border-radius: var(--Corner-radius-md);
outline: none;
@@ -111,7 +111,7 @@
.listBoxItem.showRadioButton:before {
flex-shrink: 0;
content: '';
content: "";
margin-right: var(--Space-x15);
background-color: white;
width: 24px;
@@ -120,6 +120,6 @@
box-shadow: inset 0 0 0 2px var(--Base-Border-Normal);
}
.listBoxItem[data-selected='true'].showRadioButton:before {
.listBoxItem[data-selected="true"].showRadioButton:before {
box-shadow: inset 0 0 0 8px var(--Surface-UI-Fill-Active);
}