general-library-union 3.1.7 → 3.1.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "3.1.7",
3
+ "version": "3.1.9",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -222,8 +222,8 @@
222
222
  border-radius: 4px;
223
223
 
224
224
  &:focus {
225
- outline: 0 none;
226
- border: solid 2px var(--color-400);
225
+ outline: solid 2px var(--color-400);
226
+
227
227
  }
228
228
  }
229
229
  }
@@ -12,6 +12,7 @@
12
12
  &:enabled:focus {
13
13
  box-shadow: none;
14
14
  outline: 0;
15
+ border: none
15
16
  }
16
17
  }
17
18
 
@@ -11,6 +11,8 @@
11
11
 
12
12
  &:enabled:focus {
13
13
  box-shadow: none;
14
+ outline: 0;
15
+ border: none
14
16
  }
15
17
  }
16
18