Use full white logo instead of filter

This commit is contained in:
Jiiks 2018-08-20 15:28:31 +03:00
parent 87e0f132d1
commit f2d7ef41da
1 changed files with 1 additions and 3 deletions

View File

@ -40,12 +40,10 @@
.bd-profileBadgeDeveloper,
.bd-profileBadgeWebdev,
.bd-profileBadgeContributor {
background-image: $logoSmallBw;
filter: brightness(10);
background-image: $logoSmallWw;
.theme-light [class*='topSectionNormal-'] .bd-profileBadgesProfileModal > &, // sass-lint:disable-line force-element-nesting class-name-format
.theme-light :not(.bd-profileBadgesProfileModal) > & { // sass-lint:disable-line class-name-format
background-image: $logoSmallLight;
filter: none;
}
}