Be explicit about transparent background color of links in toolbar

This commit is contained in:
bezin 2021-03-15 16:12:10 +01:00 committed by GitHub
parent bc87acdf77
commit f0cac47ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@
.sf-toolbar-block > a:hover { .sf-toolbar-block > a:hover {
display: block; display: block;
text-decoration: none; text-decoration: none;
background-color: transparent;
color: inherit; color: inherit;
} }
@ -238,6 +239,7 @@ div.sf-toolbar .sf-toolbar-block a:hover {
padding: 0 10px; padding: 0 10px;
} }
.sf-toolbar-block-request .sf-toolbar-info-piece a { .sf-toolbar-block-request .sf-toolbar-info-piece a {
background-color: transparent;
text-decoration: none; text-decoration: none;
} }
.sf-toolbar-block-request .sf-toolbar-info-piece a:hover { .sf-toolbar-block-request .sf-toolbar-info-piece a:hover {