asab_webui_shell 27.4.2 → 27.4.3

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.
@@ -18,6 +18,7 @@
18
18
  }
19
19
 
20
20
  &secondary {
21
+ color: rgba(var(--black-rgb));
21
22
  background-color: rgba(var(--bs-secondary-rgb));
22
23
  }
23
24
 
@@ -43,11 +44,12 @@
43
44
  }
44
45
 
45
46
  &light {
47
+ color: rgba(var(--black-rgb));
46
48
  background-color: rgba(var(--bs-light-rgb));
47
49
  }
48
50
 
49
51
  &dark {
50
- background-color: rgba(var(--bs-dark-rgb));
52
+ background-color: rgba(var(--charcoal-rgb));
51
53
  }
52
54
  }
53
55
  }
@@ -16,7 +16,7 @@
16
16
  //this will enable pointer events, so the 'title' attribute is shown on hover
17
17
  pointer-events: auto;
18
18
  cursor: default;
19
-
19
+
20
20
  &:hover {
21
21
  background-color: unset;
22
22
  filter: unset;
@@ -32,7 +32,7 @@
32
32
  //this will enable pointer events, so the 'title' attribute is shown on hover
33
33
  pointer-events: auto;
34
34
  cursor: default;
35
-
35
+
36
36
  &:hover {
37
37
  filter: unset;
38
38
  }
@@ -48,10 +48,21 @@
48
48
  --bs-btn-bg: var(--royal-blue);
49
49
  }
50
50
 
51
- .btn-outline-primary{
52
- --bs-btn-color: var(--royal-blue);
53
- &:active {
54
- --bs-btn-active-bg: var(--royal-blue);
51
+ .btn-outline- {
52
+
53
+ &primary {
54
+ --bs-btn-color: var(--royal-blue);
55
+ &:active {
56
+ --bs-btn-active-bg: var(--royal-blue);
57
+ }
58
+ }
59
+
60
+ &light {
61
+ --bs-btn-disabled-color: var(--slate-smoke);
62
+ --bs-btn-color: var(--slate-smoke);
63
+ &:active {
64
+ --bs-btn-active-bg: var(--slate-smoke);
65
+ }
55
66
  }
56
67
  }
57
68
 
@@ -60,10 +71,26 @@
60
71
  --bs-btn-bg: var(--soft-sky-blue);
61
72
  }
62
73
 
63
- .btn-outline-primary {
64
- --bs-btn-color: var(--soft-sky-blue);
65
- &:active {
66
- --bs-btn-active-bg: var(--soft-sky-blue);
74
+ .btn-outline-{
75
+ &primary {
76
+ --bs-btn-color: var(--soft-sky-blue);
77
+ &:active {
78
+ --bs-btn-active-bg: var(--soft-sky-blue);
79
+ }
80
+ }
81
+ &light {
82
+ --bs-btn-disabled-color: var(--slate-smoke);
83
+ --bs-btn-color: var(--slate-smoke);
84
+ &:active {
85
+ --bs-btn-active-bg: var(--slate-smoke);
86
+ }
87
+ }
88
+ &dark {
89
+ --bs-btn-disabled-color: var(--slate-smoke);
90
+ --bs-btn-color: var(--polar-mist);
91
+ &:active {
92
+ --bs-btn-active-bg: var(--polar-mist);
93
+ }
67
94
  }
68
95
  }
69
96
 
@@ -74,14 +101,14 @@
74
101
 
75
102
  .btn-primary {
76
103
  &:hover {
77
- filter: brightness(80%);
104
+ filter: brightness(80%);
78
105
  }
79
106
  }
80
107
 
81
108
  .btn-outline- {
82
109
  &primary:hover {
83
110
  background-color: rgba(var(--bs-primary-rgb), 0.75);
84
- }
111
+ }
85
112
 
86
113
  &secondary:hover {
87
114
  background-color: rgba(var(--bs-secondary-rgb), 0.75);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asab_webui_shell",
3
- "version": "27.4.2",
3
+ "version": "27.4.3",
4
4
  "license": "BSD-3-Clause",
5
5
  "description": "TeskaLabs ASAB WebUI Shell Application",
6
6
  "contributors": [