More tweaks to the Search icon
This commit is contained in:
parent
7d5aac8d88
commit
b18b347ba8
1 changed files with 5 additions and 2 deletions
|
|
@ -370,10 +370,12 @@ body.layout-single-column {
|
||||||
content: var(--icon-hashtag-active);
|
content: var(--icon-hashtag-active);
|
||||||
}
|
}
|
||||||
/* Search icon */
|
/* Search icon */
|
||||||
|
.layout-single-column .column-link i.fa-search {
|
||||||
|
transform: scale(1);
|
||||||
|
}
|
||||||
.layout-single-column .column-link .fa.fa-search::before {
|
.layout-single-column .column-link .fa.fa-search::before {
|
||||||
content: var(--icon-search);
|
content: var(--icon-search);
|
||||||
top: 2px;
|
left: 2px;
|
||||||
left: 1px;
|
|
||||||
}
|
}
|
||||||
.layout-single-column .column-link.active .fa.fa-search::before {
|
.layout-single-column .column-link.active .fa.fa-search::before {
|
||||||
content: var(--icon-search);
|
content: var(--icon-search);
|
||||||
|
|
@ -1590,6 +1592,7 @@ body.layout-single-column {
|
||||||
.layout-single-column i.fa.active {
|
.layout-single-column i.fa.active {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
|
top: 15px;
|
||||||
}
|
}
|
||||||
.layout-single-column i.fa-search.active:before,
|
.layout-single-column i.fa-search.active:before,
|
||||||
.layout-single-column i.fa-search.column-header__icon:before {
|
.layout-single-column i.fa-search.column-header__icon:before {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue