@transferwise/neptune-css 12.5.7 → 12.5.8
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/CHANGELOG.md +11 -0
- package/dist/css/buttons.css +1 -1
- package/dist/css/neptune.css +1 -1
- package/package.json +2 -2
- package/src/less/buttons.less +8 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-css",
|
|
3
3
|
"description": "Neptune CSS library",
|
|
4
|
-
"version": "12.5.
|
|
4
|
+
"version": "12.5.8",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"bin": {
|
|
57
57
|
"neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "63e14a180afb3417ef6aab90bed5431b0ecc8ef3"
|
|
60
60
|
}
|
package/src/less/buttons.less
CHANGED
|
@@ -133,6 +133,14 @@
|
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
+
.btn-accent.disabled.btn-priority-3,
|
|
137
|
+
.btn-accent.btn-priority-3:disabled {
|
|
138
|
+
background: transparent;
|
|
139
|
+
border-color: transparent;
|
|
140
|
+
color: var(--color-content-accent);
|
|
141
|
+
text-decoration: underline;
|
|
142
|
+
}
|
|
143
|
+
|
|
136
144
|
// @DEPRECATED:.btn-success (use Button component with type Positive)
|
|
137
145
|
.btn-positive,
|
|
138
146
|
.btn-success {
|