@axium/client 0.18.0 → 0.18.1

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.
Files changed (2) hide show
  1. package/assets/styles.css +12 -8
  2. package/package.json +1 -1
package/assets/styles.css CHANGED
@@ -68,11 +68,23 @@ select {
68
68
  padding: 0.5em 1em;
69
69
  }
70
70
 
71
+ button {
72
+ cursor: pointer;
73
+
74
+ &:hover {
75
+ background-color: hsl(var(--hue) 15 calc(var(--bg-light) + (var(--light-step) * 2)));
76
+ }
77
+ }
78
+
71
79
  button.reset {
72
80
  border-radius: unset;
73
81
  border: none;
74
82
  background-color: unset;
75
83
  padding: unset;
84
+
85
+ &:hover {
86
+ background-color: unset;
87
+ }
76
88
  }
77
89
 
78
90
  input,
@@ -116,14 +128,6 @@ option:hover {
116
128
  background-color: var(--bg-alt);
117
129
  }
118
130
 
119
- button {
120
- cursor: pointer;
121
- }
122
-
123
- button:not(.reset):hover {
124
- background-color: hsl(var(--hue) 15 calc(var(--bg-light) + (var(--light-step) * 2)));
125
- }
126
-
127
131
  code,
128
132
  pre {
129
133
  background-color: var(--bg-menu);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/client",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "author": "James Prevett <jp@jamespre.dev>",
5
5
  "funding": {
6
6
  "type": "individual",