@react5/ui 1.0.25 → 1.0.26
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
|
@@ -91,6 +91,12 @@
|
|
|
91
91
|
color: var(--secondary_text_color, #5C4B51);
|
|
92
92
|
border-color: var(--secondary_border_color, #ccc);
|
|
93
93
|
}
|
|
94
|
+
.r5ui-button__disabled {
|
|
95
|
+
background-color: var(--disabled_bg_color, #e0e0e0);
|
|
96
|
+
color: var(--disabled_text_color, #b0b0b0);
|
|
97
|
+
border-color: var(--disabled_border_color, #d0d0d0);
|
|
98
|
+
cursor: not-allowed;
|
|
99
|
+
}
|
|
94
100
|
.r5ui-button__link {
|
|
95
101
|
background: none;
|
|
96
102
|
border: none;
|
|
@@ -104,11 +110,13 @@
|
|
|
104
110
|
text-decoration: underline;
|
|
105
111
|
}
|
|
106
112
|
.r5ui-button__disabled {
|
|
107
|
-
background-color: var(--disabled_bg_color, #e0e0e0);
|
|
108
113
|
color: var(--disabled_text_color, #b0b0b0);
|
|
109
|
-
border-color: var(--disabled_border_color, #d0d0d0);
|
|
110
114
|
cursor: not-allowed;
|
|
111
115
|
}
|
|
116
|
+
.r5ui-button__disabled:hover {
|
|
117
|
+
color: var(--disabled_text_color, #b0b0b0);
|
|
118
|
+
text-decoration: none;
|
|
119
|
+
}
|
|
112
120
|
|
|
113
121
|
.r5ui-buttons-group {
|
|
114
122
|
display: flex;
|
|
@@ -156,6 +156,12 @@ $title_font: var(--title_font, 'Poppins', serif);
|
|
|
156
156
|
color: $secondary_text_color;
|
|
157
157
|
border-color: $secondary_border_color;
|
|
158
158
|
}
|
|
159
|
+
&__disabled {
|
|
160
|
+
background-color: $disabled_bg_color;
|
|
161
|
+
color: $disabled_text_color;
|
|
162
|
+
border-color: $disabled_border_color;
|
|
163
|
+
cursor: not-allowed;
|
|
164
|
+
}
|
|
159
165
|
&__link {
|
|
160
166
|
background: none;
|
|
161
167
|
border: none;
|
|
@@ -170,10 +176,12 @@ $title_font: var(--title_font, 'Poppins', serif);
|
|
|
170
176
|
}
|
|
171
177
|
}
|
|
172
178
|
&__disabled {
|
|
173
|
-
background-color: $disabled_bg_color;
|
|
174
179
|
color: $disabled_text_color;
|
|
175
|
-
border-color: $disabled_border_color;
|
|
176
180
|
cursor: not-allowed;
|
|
181
|
+
&:hover {
|
|
182
|
+
color: $disabled_text_color;
|
|
183
|
+
text-decoration: none;
|
|
184
|
+
}
|
|
177
185
|
}
|
|
178
186
|
}
|
|
179
187
|
.r5ui-buttons-group {
|
|
@@ -91,6 +91,12 @@
|
|
|
91
91
|
color: var(--secondary_text_color, #5C4B51);
|
|
92
92
|
border-color: var(--secondary_border_color, #ccc);
|
|
93
93
|
}
|
|
94
|
+
.r5ui-button__disabled {
|
|
95
|
+
background-color: var(--disabled_bg_color, #e0e0e0);
|
|
96
|
+
color: var(--disabled_text_color, #b0b0b0);
|
|
97
|
+
border-color: var(--disabled_border_color, #d0d0d0);
|
|
98
|
+
cursor: not-allowed;
|
|
99
|
+
}
|
|
94
100
|
.r5ui-button__link {
|
|
95
101
|
background: none;
|
|
96
102
|
border: none;
|
|
@@ -104,11 +110,13 @@
|
|
|
104
110
|
text-decoration: underline;
|
|
105
111
|
}
|
|
106
112
|
.r5ui-button__disabled {
|
|
107
|
-
background-color: var(--disabled_bg_color, #e0e0e0);
|
|
108
113
|
color: var(--disabled_text_color, #b0b0b0);
|
|
109
|
-
border-color: var(--disabled_border_color, #d0d0d0);
|
|
110
114
|
cursor: not-allowed;
|
|
111
115
|
}
|
|
116
|
+
.r5ui-button__disabled:hover {
|
|
117
|
+
color: var(--disabled_text_color, #b0b0b0);
|
|
118
|
+
text-decoration: none;
|
|
119
|
+
}
|
|
112
120
|
|
|
113
121
|
.r5ui-buttons-group {
|
|
114
122
|
display: flex;
|
|
@@ -156,6 +156,12 @@ $title_font: var(--title_font, 'Poppins', serif);
|
|
|
156
156
|
color: $secondary_text_color;
|
|
157
157
|
border-color: $secondary_border_color;
|
|
158
158
|
}
|
|
159
|
+
&__disabled {
|
|
160
|
+
background-color: $disabled_bg_color;
|
|
161
|
+
color: $disabled_text_color;
|
|
162
|
+
border-color: $disabled_border_color;
|
|
163
|
+
cursor: not-allowed;
|
|
164
|
+
}
|
|
159
165
|
&__link {
|
|
160
166
|
background: none;
|
|
161
167
|
border: none;
|
|
@@ -170,10 +176,12 @@ $title_font: var(--title_font, 'Poppins', serif);
|
|
|
170
176
|
}
|
|
171
177
|
}
|
|
172
178
|
&__disabled {
|
|
173
|
-
background-color: $disabled_bg_color;
|
|
174
179
|
color: $disabled_text_color;
|
|
175
|
-
border-color: $disabled_border_color;
|
|
176
180
|
cursor: not-allowed;
|
|
181
|
+
&:hover {
|
|
182
|
+
color: $disabled_text_color;
|
|
183
|
+
text-decoration: none;
|
|
184
|
+
}
|
|
177
185
|
}
|
|
178
186
|
}
|
|
179
187
|
.r5ui-buttons-group {
|
|
@@ -33,6 +33,12 @@
|
|
|
33
33
|
color: $secondary_text_color;
|
|
34
34
|
border-color: $secondary_border_color;
|
|
35
35
|
}
|
|
36
|
+
&__disabled {
|
|
37
|
+
background-color: $disabled_bg_color;
|
|
38
|
+
color: $disabled_text_color;
|
|
39
|
+
border-color: $disabled_border_color;
|
|
40
|
+
cursor: not-allowed;
|
|
41
|
+
}
|
|
36
42
|
&__link {
|
|
37
43
|
background: none;
|
|
38
44
|
border: none;
|
|
@@ -47,9 +53,11 @@
|
|
|
47
53
|
}
|
|
48
54
|
}
|
|
49
55
|
&__disabled {
|
|
50
|
-
background-color: $disabled_bg_color;
|
|
51
56
|
color: $disabled_text_color;
|
|
52
|
-
border-color: $disabled_border_color;
|
|
53
57
|
cursor: not-allowed;
|
|
58
|
+
&:hover {
|
|
59
|
+
color: $disabled_text_color;
|
|
60
|
+
text-decoration: none;
|
|
61
|
+
}
|
|
54
62
|
}
|
|
55
63
|
}
|