-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the active search for advanced column view
- Loading branch information
1 parent
dcc5651
commit 06efb7e
Showing
3 changed files
with
4 additions
and
3 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] | ||
2.0.0rc7 */ | ||
2.0.0rc8 */ | ||
|
||
/* CSS variables */ | ||
:root { | ||
|
@@ -2271,6 +2271,7 @@ body.embed .detailed-status__meta .detailed-status__link .icon-retweet, | |
display: none; | ||
} | ||
|
||
.layout-multiple-columns .search.active .search__input, | ||
.layout-multiple-columns input.setting-text, | ||
.layout-multiple-columns .search__input { | ||
background-color: var(--color-mud); | ||
|
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] | ||
2.0.0rc7 */ | ||
2.0.0rc8 */ | ||
|
||
/* CSS variables */ | ||
:root { | ||
|