Use <use /> to render transparent SVG logo instead of inserting it (#10845)

This commit is contained in:
Eugen Rochko 2019-05-27 03:33:39 +02:00 committed by GitHub
parent 3b9c02506d
commit 8d5dcc9301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 41 deletions

View file

@ -89,40 +89,21 @@
height: auto;
vertical-align: middle;
margin-right: 5px;
path:first-child {
fill: $primary-text-color;
}
path:last-child {
fill: $ui-highlight-color;
}
fill: $primary-text-color;
}
&:active,
&:focus,
&:hover {
background: lighten($ui-highlight-color, 10%);
svg path:last-child {
fill: lighten($ui-highlight-color, 10%);
}
}
&:disabled,
&.disabled {
svg path:last-child {
fill: $ui-primary-color;
}
&:active,
&:focus,
&:hover {
background: $ui-primary-color;
svg path:last-child {
fill: $ui-primary-color;
}
}
}
@ -131,10 +112,6 @@
&:focus,
&:hover {
background: $error-red;
svg path:last-child {
fill: $error-red;
}
}
}