tgui-core 4.1.3 → 4.1.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.
package/package.json CHANGED
@@ -68,5 +68,5 @@
68
68
  "test": "bun test"
69
69
  },
70
70
  "type": "module",
71
- "version": "4.1.3"
71
+ "version": "4.1.4"
72
72
  }
@@ -170,10 +170,6 @@
170
170
  }
171
171
  }
172
172
 
173
- .Button--selected {
174
- --color: var(--button-background-selected);
175
- }
176
-
177
173
  .Button--disabled {
178
174
  cursor: var(--cursor-disabled) !important;
179
175
  background-color: var(
@@ -183,6 +179,10 @@
183
179
  opacity: var(--button-disabled-opacity);
184
180
  }
185
181
 
182
+ .Button--selected {
183
+ --color: var(--button-background-selected) !important;
184
+ }
185
+
186
186
  .Button--flex {
187
187
  display: inline-flex; // Inline even for fluid
188
188
  flex-direction: column;