@transferwise/neptune-css 12.3.7 → 12.3.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 +1 -1
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.3.
|
|
4
|
+
"version": "12.3.8",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"bin": {
|
|
61
61
|
"neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "8c0342d8539cb31d1bc45da89e67172e632a6f0f"
|
|
64
64
|
}
|
package/src/less/buttons.less
CHANGED
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
|
|
108
108
|
// @DEPRECATED:.btn-link (use Button component with type Accent / priority Tertiary)
|
|
109
109
|
.btn-link,
|
|
110
|
-
.btn-accent.btn-priority-3 {
|
|
110
|
+
.btn-accent:not(.disabled, :disabled).btn-priority-3 {
|
|
111
111
|
color: var(--color-content-accent);
|
|
112
112
|
text-decoration: @link-decoration;
|
|
113
113
|
border-color: transparent;
|