-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression with verified labels on multiple column view
- Loading branch information
1 parent
7a6abc2
commit ca5fe26
Showing
4 changed files
with
8 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* Mastodon Bird UI by @[email protected] | ||
1.7.8rc4 */ | ||
1.7.8rc5 */ | ||
|
||
/* CSS variables */ | ||
:root { | ||
|
@@ -2409,9 +2409,11 @@ body.embed .detailed-status__meta .detailed-status__link .fa-retweet, | |
.layout-multiple-columns .account__header__bio .account__header__fields dt { | ||
color: var(--color-dim); | ||
font-size: var(--font-size); | ||
font-weight: var(--font-weight-regular); | ||
text-transform: unset; | ||
} | ||
|
||
/* stylelint-disable-next-line no-duplicate-selectors */ | ||
/* stylelint-disable no-duplicate-selectors */ | ||
.layout-multiple-columns .account__header__bio .account__header__fields dl { | ||
background-color: transparent; | ||
border: 0; | ||
|
@@ -3665,14 +3667,6 @@ body.embed .entry .detailed-status { | |
overflow: hidden; | ||
} | ||
|
||
/* Verified */ | ||
.layout-multiple-columns .account__header__fields .verified a, | ||
.layout-multiple-columns .account__header__bio .account__header__fields .verified a, | ||
.layout-multiple-columns .account__header__bio .account__header__fields .verified dd, | ||
.layout-multiple-columns .account__header__bio .account__header__fields .verified dt { | ||
color: var(--color-verified); | ||
} | ||
|
||
/* Destructive colors (For you -suggestions, users when focused to the follow button */ | ||
.layout-multiple-columns .button.logo-button.button--destructive:active, | ||
.layout-multiple-columns .button.logo-button.button--destructive:focus { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* Mastodon Bird UI by @[email protected] | ||
1.7.8rc4 */ | ||
1.7.8rc5 */ | ||
|
||
/* CSS variables */ | ||
:root { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters