@internetarchive/ia-topnav 1.3.5-alpha17 → 1.3.5-alpha18
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/package.json
CHANGED
|
@@ -153,11 +153,10 @@ export default css`
|
|
|
153
153
|
height: 100%;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
.user-menu:hover,
|
|
157
|
-
.user-menu:focus {
|
|
156
|
+
button.user-menu:hover,
|
|
157
|
+
button.user-menu:focus {
|
|
158
158
|
color: var(--linkHoverColor);
|
|
159
159
|
outline: none;
|
|
160
|
-
img { box-shadow: 0 0 0 1px #fff; }
|
|
161
160
|
}
|
|
162
161
|
|
|
163
162
|
.user-menu.active {
|