Fixed search icon opacity
This commit is contained in:
parent
178d4ebc20
commit
f1944d0c04
4 changed files with 12 additions and 4 deletions
|
|
@ -1738,7 +1738,9 @@ body.layout-single-column {
|
|||
top: 15px;
|
||||
color: var(--color-accent);
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-search.active {
|
||||
.layout-single-column .compose-panel .fa-search.active,
|
||||
.layout-single-column .compose-panel .fa-times-circle.active,
|
||||
.layout-single-column .search__icon .fa.active {
|
||||
opacity: 1;
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-times-circle.active {
|
||||
|
|
|
|||
|
|
@ -1738,7 +1738,9 @@ body.layout-single-column {
|
|||
top: 15px;
|
||||
color: var(--color-accent);
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-search.active {
|
||||
.layout-single-column .compose-panel .fa-search.active,
|
||||
.layout-single-column .compose-panel .fa-times-circle.active,
|
||||
.layout-single-column .search__icon .fa.active {
|
||||
opacity: 1;
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-times-circle.active {
|
||||
|
|
|
|||
|
|
@ -1738,7 +1738,9 @@ body.layout-single-column {
|
|||
top: 15px;
|
||||
color: var(--color-accent);
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-search.active {
|
||||
.layout-single-column .compose-panel .fa-search.active,
|
||||
.layout-single-column .compose-panel .fa-times-circle.active,
|
||||
.layout-single-column .search__icon .fa.active {
|
||||
opacity: 1;
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-times-circle.active {
|
||||
|
|
|
|||
|
|
@ -1738,7 +1738,9 @@ body.layout-single-column {
|
|||
top: 15px;
|
||||
color: var(--color-accent);
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-search.active {
|
||||
.layout-single-column .compose-panel .fa-search.active,
|
||||
.layout-single-column .compose-panel .fa-times-circle.active,
|
||||
.layout-single-column .search__icon .fa.active {
|
||||
opacity: 1;
|
||||
}
|
||||
.layout-single-column .compose-panel .fa-times-circle.active {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue