@visns-studio/visns-components 4.4.3 → 4.4.4

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.
@@ -16,14 +16,14 @@ input[type='file'] {
16
16
  color: var(--paragraph-color);
17
17
  transition: box-shadow 0.15s linear;
18
18
  font-size: 1.25em;
19
+ }
19
20
 
20
- &:focus {
21
- border: 1px solid var(--primary-color);
22
- }
21
+ input[type='file']:focus {
22
+ border: 1px solid var(--primary-color);
23
+ }
23
24
 
24
- &:hover {
25
- border: 1px solid var(--primary-color);
26
- }
25
+ input[type='file']:hover {
26
+ border: 1px solid var(--primary-color);
27
27
  }
28
28
 
29
29
  /* Form styles */
@@ -440,15 +440,13 @@ select {
440
440
  }
441
441
 
442
442
  /* Multiselect */
443
- .visns__ms input {
444
- &:hover {
445
- box-shadow: none !important;
446
- transition: box-shadow 0.15s linear !important;
447
- }
443
+ .visns__ms input:hover {
444
+ box-shadow: none !important;
445
+ transition: box-shadow 0.15s linear !important;
446
+ }
448
447
 
449
- &:focus {
450
- box-shadow: none !important;
451
- }
448
+ .visns__ms input:focus {
449
+ box-shadow: none !important;
452
450
  }
453
451
 
454
452
  .btn {
@@ -467,10 +465,10 @@ select {
467
465
  outline: none;
468
466
  transition: all 0.2s cubic-bezier(0.85, 0, 0.15, 1) 0s;
469
467
  font-size: 1.25em;
468
+ }
470
469
 
471
- &:hover {
472
- color: var(--primary-color);
473
- background: var(--highlight-color);
474
- border: 1px solid rgba(var(--highlight-color-rgb), 1.05);
475
- }
470
+ .btn:hover {
471
+ color: var(--primary-color);
472
+ background: var(--highlight-color);
473
+ border: 1px solid rgba(var(--highlight-color-rgb), 1.05);
476
474
  }
@@ -1,12 +1,8 @@
1
- .visns__ms {
2
- input {
3
- &:hover {
4
- box-shadow: none !important;
5
- transition: box-shadow 0.15s linear !important;
6
- }
1
+ .visns__ms input:hover {
2
+ box-shadow: none !important;
3
+ transition: box-shadow 0.15s linear !important;
4
+ }
7
5
 
8
- &:focus {
9
- box-shadow: none !important;
10
- }
11
- }
6
+ .visns__ms input:focus {
7
+ box-shadow: none !important;
12
8
  }
@@ -42,6 +42,7 @@
42
42
 
43
43
  .link:hover {
44
44
  background: var(--primary-color) !important;
45
+ color: var(--tertiary-color) !important;
45
46
  }
46
47
 
47
48
  .activetab button {
package/package.json CHANGED
@@ -57,7 +57,7 @@
57
57
  "react-dom": "^17.0.1"
58
58
  },
59
59
  "name": "@visns-studio/visns-components",
60
- "version": "4.4.3",
60
+ "version": "4.4.4",
61
61
  "description": "Various packages to assist in the development of our Custom Applications.",
62
62
  "main": "index.js",
63
63
  "scripts": {