@ape.swap/bonds-sdk 1.0.673 → 1.0.674
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/dist/scss/YourBonds.scss +9 -1
- package/package.json +1 -1
package/dist/scss/YourBonds.scss
CHANGED
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
|
|
148
148
|
&:not(:disabled):hover {
|
|
149
149
|
border: 3px solid rgba(var(--theme-ui-colors-primaryButton), 0.7);
|
|
150
|
-
background-color: var(--theme-ui-colors-
|
|
150
|
+
background-color: var(--theme-ui-colors-primaryButtonHovered);
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
&:disabled {
|
|
@@ -157,6 +157,14 @@
|
|
|
157
157
|
border: 3px solid transparent;
|
|
158
158
|
opacity: 0.9;
|
|
159
159
|
}
|
|
160
|
+
|
|
161
|
+
&:disabled:hover {
|
|
162
|
+
cursor: not-allowed;
|
|
163
|
+
background: var(--theme-ui-colors-white3);
|
|
164
|
+
color: var(--theme-ui-colors-textDisabledButton);
|
|
165
|
+
border: 3px solid transparent;
|
|
166
|
+
opacity: 0.9;
|
|
167
|
+
}
|
|
160
168
|
}
|
|
161
169
|
|
|
162
170
|
.toast {
|