@transferwise/neptune-css 0.0.0-experimental-57a000b → 0.0.0-experimental-1da5916
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/css/dropdowns.css +2 -1
- package/dist/css/navbar.css +2 -1
- package/dist/css/neptune.css +2 -1
- package/package.json +1 -1
- package/src/less/dropdowns.less +2 -1
package/dist/css/dropdowns.css
CHANGED
|
@@ -110,7 +110,8 @@
|
|
|
110
110
|
.btn-group .dropdown-menu.dropdown-menu-lg {
|
|
111
111
|
width: 420px;
|
|
112
112
|
}.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):hover,
|
|
113
|
-
.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):focus
|
|
113
|
+
.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):focus,
|
|
114
|
+
.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):active {
|
|
114
115
|
-webkit-text-decoration: none;
|
|
115
116
|
text-decoration: none;
|
|
116
117
|
color: #37517e;
|
package/dist/css/navbar.css
CHANGED
|
@@ -281,7 +281,8 @@
|
|
|
281
281
|
width: 420px;
|
|
282
282
|
}
|
|
283
283
|
.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):hover,
|
|
284
|
-
.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):focus
|
|
284
|
+
.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):focus,
|
|
285
|
+
.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):active {
|
|
285
286
|
-webkit-text-decoration: none;
|
|
286
287
|
text-decoration: none;
|
|
287
288
|
color: #37517e;
|
package/dist/css/neptune.css
CHANGED
|
@@ -12864,7 +12864,8 @@ li > a > .currency-flag:first-child {
|
|
|
12864
12864
|
}
|
|
12865
12865
|
|
|
12866
12866
|
.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):hover,
|
|
12867
|
-
.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):focus
|
|
12867
|
+
.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):focus,
|
|
12868
|
+
.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):active {
|
|
12868
12869
|
-webkit-text-decoration: none;
|
|
12869
12870
|
text-decoration: none;
|
|
12870
12871
|
color: #37517e;
|
package/package.json
CHANGED
package/src/less/dropdowns.less
CHANGED
|
@@ -149,7 +149,8 @@
|
|
|
149
149
|
// Hover/Focus/Active state
|
|
150
150
|
.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled) {
|
|
151
151
|
&:hover,
|
|
152
|
-
&:focus
|
|
152
|
+
&:focus,
|
|
153
|
+
&:active {
|
|
153
154
|
text-decoration: none;
|
|
154
155
|
color: var(--color-content-primary);
|
|
155
156
|
outline: 0;
|