@kumori/aurora-wui-components 0.0.267-dev4121.11 → 0.0.267-dev4121.12
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.
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2467,8 +2467,9 @@ var AxebowSelectInputWithDivider = class AxebowSelectInputWithDivider extends Ax
|
|
|
2467
2467
|
sl-option::part(checked-icon) {
|
|
2468
2468
|
display: none !important;
|
|
2469
2469
|
}
|
|
2470
|
-
sl-option[aria-selected='true']::part(base) {
|
|
2470
|
+
sl-select sl-option[aria-selected='true']::part(base) {
|
|
2471
2471
|
background-color: var(--axebow-white, #ffffff) !important;
|
|
2472
|
+
color: var(--axebow-black, #000000) !important;
|
|
2472
2473
|
}
|
|
2473
2474
|
sl-option[aria-selected='true']::part(label) {
|
|
2474
2475
|
font-weight: 600 !important;
|
|
@@ -2481,8 +2482,7 @@ var AxebowSelectInputWithDivider = class AxebowSelectInputWithDivider extends Ax
|
|
|
2481
2482
|
width: 35.6875rem;
|
|
2482
2483
|
height: 2.5rem;
|
|
2483
2484
|
margin-inline: auto;
|
|
2484
|
-
padding
|
|
2485
|
-
padding-bottom: 0;
|
|
2485
|
+
padding: 0.25rem 0;
|
|
2486
2486
|
justify-content: center;
|
|
2487
2487
|
}
|
|
2488
2488
|
sl-option.add-option::part(label) {
|