mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-27 14:28:14 +09:00
Added active state to some buttons
This commit is contained in:
parent
cb694b633f
commit
9a345bde8a
@ -3843,6 +3843,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.app-body .account__header__tabs__buttons > button:first-child:active {
|
||||
transform: scale(.95);
|
||||
}
|
||||
|
||||
|
||||
/* ✨ Explore tab
|
||||
-------------- */
|
||||
@ -4758,9 +4762,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
.language-dropdown__dropdown__results__item__common-name) {
|
||||
color: var(--color-accent);
|
||||
}
|
||||
.app-body .button:not(.button-secondary):is(:active, :focus, :hover),
|
||||
.app-body .button.button-tertiary:is(:active, :focus, :hover),
|
||||
.app-body .button.logo-button:is(:active, :focus, :hover) {
|
||||
.app-body .button:not(.button-secondary):is(:active, :hover),
|
||||
.app-body .button.button-tertiary:is(:active, :hover),
|
||||
.app-body .button.logo-button:is(:active, :hover) {
|
||||
background-color: var(--color-accent-focus);
|
||||
}
|
||||
|
||||
@ -4935,6 +4939,22 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
background-color: transparent;
|
||||
color: var(--color-accent);
|
||||
}
|
||||
.app-body
|
||||
:is(
|
||||
.block-modal__cancel-button,
|
||||
.confirmation-modal__cancel-button,
|
||||
.confirmation-modal__secondary-button,
|
||||
.mute-modal__cancel-button
|
||||
):active,
|
||||
:is(
|
||||
.block-modal__cancel-button,
|
||||
.confirmation-modal__cancel-button,
|
||||
.confirmation-modal__secondary-button,
|
||||
.mute-modal__cancel-button
|
||||
)
|
||||
+ button:active {
|
||||
transform: scale(.95);
|
||||
}
|
||||
.app-body .status__content a.hashtag {
|
||||
color: var(--color-accent);
|
||||
}
|
||||
|
@ -3843,6 +3843,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.app-body .account__header__tabs__buttons > button:first-child:active {
|
||||
transform: scale(.95);
|
||||
}
|
||||
|
||||
|
||||
/* ✨ Explore tab
|
||||
-------------- */
|
||||
@ -4758,9 +4762,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
.language-dropdown__dropdown__results__item__common-name) {
|
||||
color: var(--color-accent);
|
||||
}
|
||||
.app-body .button:not(.button-secondary):is(:active, :focus, :hover),
|
||||
.app-body .button.button-tertiary:is(:active, :focus, :hover),
|
||||
.app-body .button.logo-button:is(:active, :focus, :hover) {
|
||||
.app-body .button:not(.button-secondary):is(:active, :hover),
|
||||
.app-body .button.button-tertiary:is(:active, :hover),
|
||||
.app-body .button.logo-button:is(:active, :hover) {
|
||||
background-color: var(--color-accent-focus);
|
||||
}
|
||||
|
||||
@ -4935,6 +4939,22 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
background-color: transparent;
|
||||
color: var(--color-accent);
|
||||
}
|
||||
.app-body
|
||||
:is(
|
||||
.block-modal__cancel-button,
|
||||
.confirmation-modal__cancel-button,
|
||||
.confirmation-modal__secondary-button,
|
||||
.mute-modal__cancel-button
|
||||
):active,
|
||||
:is(
|
||||
.block-modal__cancel-button,
|
||||
.confirmation-modal__cancel-button,
|
||||
.confirmation-modal__secondary-button,
|
||||
.mute-modal__cancel-button
|
||||
)
|
||||
+ button:active {
|
||||
transform: scale(.95);
|
||||
}
|
||||
.app-body .status__content a.hashtag {
|
||||
color: var(--color-accent);
|
||||
}
|
||||
|
@ -3843,6 +3843,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.app-body .account__header__tabs__buttons > button:first-child:active {
|
||||
transform: scale(.95);
|
||||
}
|
||||
|
||||
|
||||
/* ✨ Explore tab
|
||||
-------------- */
|
||||
@ -4758,9 +4762,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
.language-dropdown__dropdown__results__item__common-name) {
|
||||
color: var(--color-accent);
|
||||
}
|
||||
.app-body .button:not(.button-secondary):is(:active, :focus, :hover),
|
||||
.app-body .button.button-tertiary:is(:active, :focus, :hover),
|
||||
.app-body .button.logo-button:is(:active, :focus, :hover) {
|
||||
.app-body .button:not(.button-secondary):is(:active, :hover),
|
||||
.app-body .button.button-tertiary:is(:active, :hover),
|
||||
.app-body .button.logo-button:is(:active, :hover) {
|
||||
background-color: var(--color-accent-focus);
|
||||
}
|
||||
|
||||
@ -4935,6 +4939,22 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
background-color: transparent;
|
||||
color: var(--color-accent);
|
||||
}
|
||||
.app-body
|
||||
:is(
|
||||
.block-modal__cancel-button,
|
||||
.confirmation-modal__cancel-button,
|
||||
.confirmation-modal__secondary-button,
|
||||
.mute-modal__cancel-button
|
||||
):active,
|
||||
:is(
|
||||
.block-modal__cancel-button,
|
||||
.confirmation-modal__cancel-button,
|
||||
.confirmation-modal__secondary-button,
|
||||
.mute-modal__cancel-button
|
||||
)
|
||||
+ button:active {
|
||||
transform: scale(.95);
|
||||
}
|
||||
.app-body .status__content a.hashtag {
|
||||
color: var(--color-accent);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user