mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-27 14:28:14 +09:00
Follow-up on #48: icon active state
This commit is contained in:
parent
2802606a59
commit
5158703a37
@ -1822,6 +1822,9 @@ body.layout-single-column {
|
||||
content: var(--icon-reply-accent);
|
||||
top: 2px
|
||||
}
|
||||
.layout-single-column .notification__filter-bar .active i.fa-reply-all::before {
|
||||
content: var(--icon-reply);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar i.fa-fw::before {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
@ -1831,10 +1834,16 @@ body.layout-single-column {
|
||||
background-image: var(--icon-star-accent);
|
||||
transform: translate(0, 1px);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar .active i.fa-star::before {
|
||||
background-image: var(--icon-star);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar i.fa.fa-retweet {
|
||||
background-image: var(--icon-boost-accent);
|
||||
transform: translate(0, 1px);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar .active i.fa.fa-retweet {
|
||||
background-image: var(--icon-boost);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar i.fa.fa-home,
|
||||
.layout-single-column .notification__filter-bar i.fa.fa-tasks {
|
||||
transform: scale(1.2);
|
||||
|
@ -1822,6 +1822,9 @@ body.layout-single-column {
|
||||
content: var(--icon-reply-accent);
|
||||
top: 2px
|
||||
}
|
||||
.layout-single-column .notification__filter-bar .active i.fa-reply-all::before {
|
||||
content: var(--icon-reply);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar i.fa-fw::before {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
@ -1831,10 +1834,16 @@ body.layout-single-column {
|
||||
background-image: var(--icon-star-accent);
|
||||
transform: translate(0, 1px);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar .active i.fa-star::before {
|
||||
background-image: var(--icon-star);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar i.fa.fa-retweet {
|
||||
background-image: var(--icon-boost-accent);
|
||||
transform: translate(0, 1px);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar .active i.fa.fa-retweet {
|
||||
background-image: var(--icon-boost);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar i.fa.fa-home,
|
||||
.layout-single-column .notification__filter-bar i.fa.fa-tasks {
|
||||
transform: scale(1.2);
|
||||
|
@ -1822,6 +1822,9 @@ body.layout-single-column {
|
||||
content: var(--icon-reply-accent);
|
||||
top: 2px
|
||||
}
|
||||
.layout-single-column .notification__filter-bar .active i.fa-reply-all::before {
|
||||
content: var(--icon-reply);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar i.fa-fw::before {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
@ -1831,10 +1834,16 @@ body.layout-single-column {
|
||||
background-image: var(--icon-star-accent);
|
||||
transform: translate(0, 1px);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar .active i.fa-star::before {
|
||||
background-image: var(--icon-star);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar i.fa.fa-retweet {
|
||||
background-image: var(--icon-boost-accent);
|
||||
transform: translate(0, 1px);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar .active i.fa.fa-retweet {
|
||||
background-image: var(--icon-boost);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar i.fa.fa-home,
|
||||
.layout-single-column .notification__filter-bar i.fa.fa-tasks {
|
||||
transform: scale(1.2);
|
||||
|
@ -1822,6 +1822,9 @@ body.layout-single-column {
|
||||
content: var(--icon-reply-accent);
|
||||
top: 2px
|
||||
}
|
||||
.layout-single-column .notification__filter-bar .active i.fa-reply-all::before {
|
||||
content: var(--icon-reply);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar i.fa-fw::before {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
@ -1831,10 +1834,16 @@ body.layout-single-column {
|
||||
background-image: var(--icon-star-accent);
|
||||
transform: translate(0, 1px);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar .active i.fa-star::before {
|
||||
background-image: var(--icon-star);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar i.fa.fa-retweet {
|
||||
background-image: var(--icon-boost-accent);
|
||||
transform: translate(0, 1px);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar .active i.fa.fa-retweet {
|
||||
background-image: var(--icon-boost);
|
||||
}
|
||||
.layout-single-column .notification__filter-bar i.fa.fa-home,
|
||||
.layout-single-column .notification__filter-bar i.fa.fa-tasks {
|
||||
transform: scale(1.2);
|
||||
|
Loading…
Reference in New Issue
Block a user