Counter color matches the icon color when active
This commit is contained in:
parent
23cea5e28f
commit
ba93bfa935
4 changed files with 52 additions and 0 deletions
|
|
@ -1390,6 +1390,19 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
padding-right: 4px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.layout-single-column
|
||||
:is(.status__action-bar, .detailed-status__action-bar)
|
||||
.active
|
||||
.icon-retweet + .icon-button__counter > .animated-number {
|
||||
color: #D3487F;
|
||||
}
|
||||
.layout-single-column
|
||||
:is(.status__action-bar, .detailed-status__action-bar)
|
||||
.active
|
||||
.icon-star + .icon-button__counter
|
||||
> .animated-number {
|
||||
color: #EBBB59;
|
||||
}
|
||||
.layout-single-column .detailed-status__meta .animated-number {
|
||||
transform: translate(0, -1px);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1390,6 +1390,19 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
padding-right: 4px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.layout-single-column
|
||||
:is(.status__action-bar, .detailed-status__action-bar)
|
||||
.active
|
||||
.icon-retweet + .icon-button__counter > .animated-number {
|
||||
color: #D3487F;
|
||||
}
|
||||
.layout-single-column
|
||||
:is(.status__action-bar, .detailed-status__action-bar)
|
||||
.active
|
||||
.icon-star + .icon-button__counter
|
||||
> .animated-number {
|
||||
color: #EBBB59;
|
||||
}
|
||||
.layout-single-column .detailed-status__meta .animated-number {
|
||||
transform: translate(0, -1px);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1390,6 +1390,19 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
padding-right: 4px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.layout-single-column
|
||||
:is(.status__action-bar, .detailed-status__action-bar)
|
||||
.active
|
||||
.icon-retweet + .icon-button__counter > .animated-number {
|
||||
color: #D3487F;
|
||||
}
|
||||
.layout-single-column
|
||||
:is(.status__action-bar, .detailed-status__action-bar)
|
||||
.active
|
||||
.icon-star + .icon-button__counter
|
||||
> .animated-number {
|
||||
color: #EBBB59;
|
||||
}
|
||||
.layout-single-column .detailed-status__meta .animated-number {
|
||||
transform: translate(0, -1px);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1390,6 +1390,19 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
padding-right: 4px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.layout-single-column
|
||||
:is(.status__action-bar, .detailed-status__action-bar)
|
||||
.active
|
||||
.icon-retweet + .icon-button__counter > .animated-number {
|
||||
color: #D3487F;
|
||||
}
|
||||
.layout-single-column
|
||||
:is(.status__action-bar, .detailed-status__action-bar)
|
||||
.active
|
||||
.icon-star + .icon-button__counter
|
||||
> .animated-number {
|
||||
color: #EBBB59;
|
||||
}
|
||||
.layout-single-column .detailed-status__meta .animated-number {
|
||||
transform: translate(0, -1px);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue