@transferwise/components 46.89.0 → 46.89.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.
- package/build/main.css +4 -0
- package/build/styles/actionOption/ActionOption.css +4 -0
- package/build/styles/main.css +4 -0
- package/package.json +1 -1
- package/src/actionOption/ActionOption.css +4 -0
- package/src/actionOption/ActionOption.less +5 -0
- package/src/main.css +4 -0
- package/src/main.less +1 -0
package/build/main.css
CHANGED
|
@@ -176,6 +176,10 @@
|
|
|
176
176
|
.np-action-btn:not(:disabled):focus {
|
|
177
177
|
box-shadow: none;
|
|
178
178
|
}
|
|
179
|
+
.tw-action-option .wds-Button--tertiary:hover {
|
|
180
|
+
background-color: transparent;
|
|
181
|
+
background-color: initial;
|
|
182
|
+
}
|
|
179
183
|
.wds-alert__liveRegion {
|
|
180
184
|
display: contents;
|
|
181
185
|
}
|
package/build/styles/main.css
CHANGED
|
@@ -176,6 +176,10 @@
|
|
|
176
176
|
.np-action-btn:not(:disabled):focus {
|
|
177
177
|
box-shadow: none;
|
|
178
178
|
}
|
|
179
|
+
.tw-action-option .wds-Button--tertiary:hover {
|
|
180
|
+
background-color: transparent;
|
|
181
|
+
background-color: initial;
|
|
182
|
+
}
|
|
179
183
|
.wds-alert__liveRegion {
|
|
180
184
|
display: contents;
|
|
181
185
|
}
|
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -176,6 +176,10 @@
|
|
|
176
176
|
.np-action-btn:not(:disabled):focus {
|
|
177
177
|
box-shadow: none;
|
|
178
178
|
}
|
|
179
|
+
.tw-action-option .wds-Button--tertiary:hover {
|
|
180
|
+
background-color: transparent;
|
|
181
|
+
background-color: initial;
|
|
182
|
+
}
|
|
179
183
|
.wds-alert__liveRegion {
|
|
180
184
|
display: contents;
|
|
181
185
|
}
|
package/src/main.less
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@import "./criticalBanner/CriticalCommsBanner.less";
|
|
2
2
|
@import "./accordion/Accordion.less";
|
|
3
3
|
@import "./actionButton/ActionButton.less";
|
|
4
|
+
@import "./actionOption/ActionOption.less";
|
|
4
5
|
@import "./alert/Alert.less";
|
|
5
6
|
@import "./avatar/Avatar.less";
|
|
6
7
|
@import "./avatarView/AvatarView.less";
|