@modul/mbui 1.3.1 → 1.3.2-beta-input-search-fix-8f4ce584

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.
@@ -13,12 +13,11 @@
13
13
  transition
14
14
  placeholder:text-light
15
15
  focus:ring-0
16
+ focus-visible:ring-0
17
+ focus-visible:outline-none
16
18
  focus-visible:border-primary
17
- focus-visible:ring-1
18
- focus-visible:ring-primary
19
19
  disabled:cursor-not-allowed
20
20
  disabled:bg-light
21
21
  disabled:text-light}.form-input-error{@apply border-critical
22
22
  bg-critical-light
23
- focus-visible:border-critical
24
- focus-visible:ring-critical}}
23
+ focus-visible:border-critical}}