@kerkhoff-ict/solora 2.0.6 → 2.0.7
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.css +0 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -520,10 +520,6 @@
|
|
|
520
520
|
font-weight: 600;
|
|
521
521
|
background: rgba(0, 0, 0, 0.1);
|
|
522
522
|
}
|
|
523
|
-
.dropdown-item:focus {
|
|
524
|
-
outline: 2px solid var(--color-primary, #0071e3);
|
|
525
|
-
outline-offset: 2px;
|
|
526
|
-
}
|
|
527
523
|
.dropdown-item[aria-disabled=true],
|
|
528
524
|
.dropdown-item.placeholder {
|
|
529
525
|
color: rgba(0, 0, 0, 0.4);
|