We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4a628 commit b4e63b1Copy full SHA for b4e63b1
2 files changed
CHANGELOG.md
@@ -1,5 +1,6 @@
1
### [Unreleased]
2
3
+* Use the solid secondary background for the avatar follow badge hover
4
* Cap dropdown menus to the viewport height and make them scrollable on short or zoomed screens
5
* Add z-index to status display name so the avatar follow badge stays clickable
6
* Drop trends to 2 items on screen heights below 830px (4 items fit above that)
src/components/_follow-button.scss
@@ -42,3 +42,10 @@
42
transform: translateY(-4px);
43
}
44
45
+
46
+// The avatar follow badge hover uses --color-bg-secondary in core, which is
47
+// near transparent in Bird UI; use the solid secondary background instead
48
+.avatar-follow-badge:hover,
49
+.avatar-follow-badge:focus {
50
+ background: var(--color-bg-secondary-solid);
51
+}
0 commit comments