mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-24 07:06:10 +09:00
Search icon now uses color-accent
This commit is contained in:
parent
30542dc259
commit
b18d399302
@ -1728,20 +1728,16 @@ body.layout-single-column {
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-search,
|
||||
.layout-single-column .compose-panel .fa.active {
|
||||
opacity: 1;
|
||||
right: 15px;
|
||||
top: 15px;
|
||||
color: var(--color-accent);
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-search.active {
|
||||
opacity: 1;
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-times-circle.active {
|
||||
top: 16px;
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-search::before {
|
||||
content: " ";
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-search.active::before,
|
||||
.layout-single-column .fa-search.column-header__icon::before {
|
||||
content: var(--icon-search);
|
||||
}
|
||||
.layout-single-column .explore__search-results {
|
||||
background-color: var(--color-content-bg);
|
||||
border-radius: 7px;
|
||||
@ -1797,6 +1793,7 @@ body.layout-single-column {
|
||||
}
|
||||
.layout-single-column i.fa-search,
|
||||
.layout-single-column i.fa.active {
|
||||
color: var(--color-accent);
|
||||
transform: scale(1);
|
||||
top: 13px;
|
||||
}
|
||||
|
@ -1728,20 +1728,16 @@ body.layout-single-column {
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-search,
|
||||
.layout-single-column .compose-panel .fa.active {
|
||||
opacity: 1;
|
||||
right: 15px;
|
||||
top: 15px;
|
||||
color: var(--color-accent);
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-search.active {
|
||||
opacity: 1;
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-times-circle.active {
|
||||
top: 16px;
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-search::before {
|
||||
content: " ";
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-search.active::before,
|
||||
.layout-single-column .fa-search.column-header__icon::before {
|
||||
content: var(--icon-search);
|
||||
}
|
||||
.layout-single-column .explore__search-results {
|
||||
background-color: var(--color-content-bg);
|
||||
border-radius: 7px;
|
||||
@ -1797,6 +1793,7 @@ body.layout-single-column {
|
||||
}
|
||||
.layout-single-column i.fa-search,
|
||||
.layout-single-column i.fa.active {
|
||||
color: var(--color-accent);
|
||||
transform: scale(1);
|
||||
top: 13px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user