@react5/ui 1.0.26 → 1.0.27

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": "@react5/ui",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "A React UI library.",
5
5
  "homepage": "https://github.com/react5com/ui#readme",
6
6
  "bugs": {
@@ -104,8 +104,6 @@
104
104
  color: var(--link_color, #3a3c71);
105
105
  font: inherit;
106
106
  cursor: pointer;
107
- }
108
- .r5ui-button__link:not(:disabled):hover {
109
107
  color: var(--link_color_highlight, #26274c);
110
108
  text-decoration: underline;
111
109
  }
@@ -170,10 +170,8 @@ $title_font: var(--title_font, 'Poppins', serif);
170
170
  font: inherit;
171
171
  cursor: pointer;
172
172
  //text-decoration: underline;
173
- &:not(:disabled):hover {
174
- color: $link_color_highlight;
175
- text-decoration: underline;
176
- }
173
+ color: $link_color_highlight;
174
+ text-decoration: underline;
177
175
  }
178
176
  &__disabled {
179
177
  color: $disabled_text_color;
@@ -104,8 +104,6 @@
104
104
  color: var(--link_color, #3a3c71);
105
105
  font: inherit;
106
106
  cursor: pointer;
107
- }
108
- .r5ui-button__link:not(:disabled):hover {
109
107
  color: var(--link_color_highlight, #26274c);
110
108
  text-decoration: underline;
111
109
  }
@@ -170,10 +170,8 @@ $title_font: var(--title_font, 'Poppins', serif);
170
170
  font: inherit;
171
171
  cursor: pointer;
172
172
  //text-decoration: underline;
173
- &:not(:disabled):hover {
174
- color: $link_color_highlight;
175
- text-decoration: underline;
176
- }
173
+ color: $link_color_highlight;
174
+ text-decoration: underline;
177
175
  }
178
176
  &__disabled {
179
177
  color: $disabled_text_color;
@@ -47,10 +47,8 @@
47
47
  font: inherit;
48
48
  cursor: pointer;
49
49
  //text-decoration: underline;
50
- &:not(:disabled):hover {
51
- color: $link_color_highlight;
52
- text-decoration: underline;
53
- }
50
+ color: $link_color_highlight;
51
+ text-decoration: underline;
54
52
  }
55
53
  &__disabled {
56
54
  color: $disabled_text_color;