-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add padding to link placeholder #29832
Conversation
Size Change: +38 B (0%) Total Size: 1.41 MB
ℹ️ View Unchanged
|
cc @jasmussen should that blue hue be like that? It's not a bug as it respects a css var about admin blue, but it looks broken - although I guess that is the message :) for a link with no link. |
That does look a bit funky. Here's what it's supposed to look like unselected: And here's selected: In the selected case, the background color is set to In this case, the fact that it's blue, suggests that it's inheriting a default blue font color from an ancestor. Which is not the end of the world, and fine to keep intact if it's just from this PR, but in principle it should inherit a dark font color. I'm just about done with my week, but I'm happy to push a tweak next week if it can wait? Otherwise, no blockers for shipping it as just a padding fix. |
05987a8
to
b3b41b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Description
This adds a small visual tweak to the link placeholder in the navigation block, when it is used in the navigation editor.
To test:
How has this been tested?
Tested locally
Screenshots
Before
After
Types of changes
Minimal CSS change