@kerkhoff-ict/solora 2.0.6 → 2.0.8

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.
Files changed (2) hide show
  1. package/dist/index.css +0 -8
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -466,10 +466,6 @@
466
466
  .dropdown.open .dropdown-btn:after {
467
467
  transform: rotate(180deg);
468
468
  }
469
- .dropdown-btn:focus {
470
- outline: 2px solid var(--color-primary, #0071e3);
471
- outline-offset: 2px;
472
- }
473
469
  .dropdown-content {
474
470
  position: absolute;
475
471
  top: 100%;
@@ -520,10 +516,6 @@
520
516
  font-weight: 600;
521
517
  background: rgba(0, 0, 0, 0.1);
522
518
  }
523
- .dropdown-item:focus {
524
- outline: 2px solid var(--color-primary, #0071e3);
525
- outline-offset: 2px;
526
- }
527
519
  .dropdown-item[aria-disabled=true],
528
520
  .dropdown-item.placeholder {
529
521
  color: rgba(0, 0, 0, 0.4);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kerkhoff-ict/solora",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "description": "Simple CSS component library",
5
5
  "main": "dist/index.js",
6
6
  "style": "dist/index.css",