Skip to content

Commit

Permalink
Disabled newly added rotate effect on column settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nileane committed May 26, 2024
1 parent c0069f3 commit f705706
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TangerineUI-cherry.css
Original file line number Diff line number Diff line change
Expand Up @@ -3322,6 +3322,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
color: var(--color-accent);
background-color: var(--color-accent-bg);
}
.app-body .column-header__button.active .icon {
transform: none;
}
@media screen and (max-width:1174px) {
.app-body:not(.layout-multiple-columns) .column-header__wrapper::after,
.app-body:not(.layout-multiple-columns) .column-back-button::after {
Expand Down
3 changes: 3 additions & 0 deletions TangerineUI-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -3322,6 +3322,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
color: var(--color-accent);
background-color: var(--color-accent-bg);
}
.app-body .column-header__button.active .icon {
transform: none;
}
@media screen and (max-width:1174px) {
.app-body:not(.layout-multiple-columns) .column-header__wrapper::after,
.app-body:not(.layout-multiple-columns) .column-back-button::after {
Expand Down
3 changes: 3 additions & 0 deletions TangerineUI.css
Original file line number Diff line number Diff line change
Expand Up @@ -3322,6 +3322,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
color: var(--color-accent);
background-color: var(--color-accent-bg);
}
.app-body .column-header__button.active .icon {
transform: none;
}
@media screen and (max-width:1174px) {
.app-body:not(.layout-multiple-columns) .column-header__wrapper::after,
.app-body:not(.layout-multiple-columns) .column-back-button::after {
Expand Down

0 comments on commit f705706

Please sign in to comment.