themekollektiv / popper

Popper is an accessible content-first WordPress theme built around beautiful fonts and lots of white space.
https://wordpress.org/themes/popper/
GNU General Public License v2.0
50 stars 15 forks source link

Block Editor (Gutenberg) buttons are broken #46

Open Zodiac1978 opened 3 years ago

Zodiac1978 commented 3 years ago

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;
}