@pinuts/bsr-uikit-relaunch 0.2.18 → 0.2.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -85,6 +85,8 @@
|
|
|
85
85
|
|
|
86
86
|
.comboboxPopoverWrapper {
|
|
87
87
|
// popover darf kein outline haben
|
|
88
|
+
background: $bsr-white-100;
|
|
89
|
+
|
|
88
90
|
:focus-visible {
|
|
89
91
|
outline: 0;
|
|
90
92
|
border: 0;
|
|
@@ -104,6 +106,7 @@
|
|
|
104
106
|
div[role="listbox"] {
|
|
105
107
|
overflow-x: hidden;
|
|
106
108
|
// border-radius: $border-radius;
|
|
109
|
+
background: $bsr-white-100;
|
|
107
110
|
border-top-left-radius: 0;
|
|
108
111
|
border-top-right-radius: 0;
|
|
109
112
|
border-top: none;
|
|
@@ -114,7 +117,7 @@
|
|
|
114
117
|
transform: translatey(0.6rem) translatex(-1rem);
|
|
115
118
|
|
|
116
119
|
div[role="option"] {
|
|
117
|
-
font-weight: $
|
|
120
|
+
font-weight: $fontweight-normal;
|
|
118
121
|
white-space: normal;
|
|
119
122
|
|
|
120
123
|
&:active,
|
|
@@ -255,7 +258,7 @@
|
|
|
255
258
|
|
|
256
259
|
&:focus,
|
|
257
260
|
&:hover {
|
|
258
|
-
background-color: $bsr-
|
|
261
|
+
background-color: $bsr-black-30;
|
|
259
262
|
color: $bsr-black-90;
|
|
260
263
|
cursor: pointer;
|
|
261
264
|
}
|
|
@@ -270,13 +273,6 @@
|
|
|
270
273
|
&:not(:last-child) {
|
|
271
274
|
margin-bottom: 0.25rem;
|
|
272
275
|
}
|
|
273
|
-
|
|
274
|
-
&[aria-selected="true"].selected {
|
|
275
|
-
&::after {
|
|
276
|
-
content: "✔";
|
|
277
|
-
margin-inline-start: 0.5rem;
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
276
|
}
|
|
281
277
|
}
|
|
282
278
|
|