Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Block Editor (Gutenberg) buttons are broken #46

Open
Zodiac1978 opened this issue Jan 18, 2021 · 0 comments
Open

Block Editor (Gutenberg) buttons are broken #46

Zodiac1978 opened this issue Jan 18, 2021 · 0 comments
Labels

Comments

@Zodiac1978
Copy link
Contributor

Bildschirmfoto 2021-01-16 um 15 48 59

This is because of not using text-decoration: underline, but border-bottom for underlining the (linked) buttons here:

.page-content a:hover, .page-content a:focus, .entry-content a:hover, .entry-content a:focus, .entry-summary a:hover, .entry-summary a:focus, .comment-content a:hover, .comment-content a:focus {
    border-bottom: 3px solid #c3c3c3;
    box-shadow: inset 0 -3px 0 #c3c3c3;
}
@Zodiac1978 Zodiac1978 added the bug label Jan 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant