Skip to content

Commit

Permalink
Copy CSS files to installation folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nileane authored and github-actions[bot] committed Jul 23, 2024
1 parent 0927400 commit a58b846
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2485,6 +2485,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body
:is(.focusable, .status__wrapper.focusable):focus
:is(.detailed-status, .detailed-status__action-bar),
.app-body .focusable:focus .notification-ungrouped__header,
.app-body .focusable:focus .status__wrapper,
.app-body .focusable:focus {
outline: 0;
--color-post-bg: var(--color-content-bg-focus);
Expand All @@ -2493,7 +2495,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
@media screen and (min-width:1175px) { /* Subtle hover effect when you hover over a post content in the timeline. Only on bigger screens. */
.app-body .status__wrapper:has(.status__content:hover),
.app-body .notification__message:has(+ div > .status__wrapper .status__content:hover),
.app-body .status__wrapper:has(.status__content:hover) .status__avatar {
.app-body .status__wrapper:has(.status__content:hover) .status__avatar,
.app-body .notification-ungrouped:has(.status__wrapper .status__content:hover) .notification-ungrouped__header {
--color-post-bg: var(--color-content-bg-focus);
}
}
Expand Down Expand Up @@ -5032,7 +5035,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
color: var(--color-content-fg-muted);
}
.app-body .notification.unread::before,
.app-body .status__wrapper.unread::before {
.app-body .status__wrapper.unread::before,
.app-body .notification-group--unread:before,
.app-body .notification-ungrouped--unread:before {
background-color: var(--color-accent);
width: 8px;
border: 0;
Expand Down Expand Up @@ -5310,6 +5315,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
position: relative;
font-weight: 500;
color: var(--color-content-fg);
background-color: var(--color-post-bg);
transition: background .3s;
}
.app-body .notification-ungrouped__header bdi {
font-weight: bold;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2485,6 +2485,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body
:is(.focusable, .status__wrapper.focusable):focus
:is(.detailed-status, .detailed-status__action-bar),
.app-body .focusable:focus .notification-ungrouped__header,
.app-body .focusable:focus .status__wrapper,
.app-body .focusable:focus {
outline: 0;
--color-post-bg: var(--color-content-bg-focus);
Expand All @@ -2493,7 +2495,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
@media screen and (min-width:1175px) { /* Subtle hover effect when you hover over a post content in the timeline. Only on bigger screens. */
.app-body .status__wrapper:has(.status__content:hover),
.app-body .notification__message:has(+ div > .status__wrapper .status__content:hover),
.app-body .status__wrapper:has(.status__content:hover) .status__avatar {
.app-body .status__wrapper:has(.status__content:hover) .status__avatar,
.app-body .notification-ungrouped:has(.status__wrapper .status__content:hover) .notification-ungrouped__header {
--color-post-bg: var(--color-content-bg-focus);
}
}
Expand Down Expand Up @@ -5032,7 +5035,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
color: var(--color-content-fg-muted);
}
.app-body .notification.unread::before,
.app-body .status__wrapper.unread::before {
.app-body .status__wrapper.unread::before,
.app-body .notification-group--unread:before,
.app-body .notification-ungrouped--unread:before {
background-color: var(--color-accent);
width: 8px;
border: 0;
Expand Down Expand Up @@ -5310,6 +5315,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
position: relative;
font-weight: 500;
color: var(--color-content-fg);
background-color: var(--color-post-bg);
transition: background .3s;
}
.app-body .notification-ungrouped__header bdi {
font-weight: bold;
Expand Down
11 changes: 9 additions & 2 deletions mastodon/app/javascript/styles/tangerineui/tangerineui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2485,6 +2485,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body
:is(.focusable, .status__wrapper.focusable):focus
:is(.detailed-status, .detailed-status__action-bar),
.app-body .focusable:focus .notification-ungrouped__header,
.app-body .focusable:focus .status__wrapper,
.app-body .focusable:focus {
outline: 0;
--color-post-bg: var(--color-content-bg-focus);
Expand All @@ -2493,7 +2495,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
@media screen and (min-width:1175px) { /* Subtle hover effect when you hover over a post content in the timeline. Only on bigger screens. */
.app-body .status__wrapper:has(.status__content:hover),
.app-body .notification__message:has(+ div > .status__wrapper .status__content:hover),
.app-body .status__wrapper:has(.status__content:hover) .status__avatar {
.app-body .status__wrapper:has(.status__content:hover) .status__avatar,
.app-body .notification-ungrouped:has(.status__wrapper .status__content:hover) .notification-ungrouped__header {
--color-post-bg: var(--color-content-bg-focus);
}
}
Expand Down Expand Up @@ -5032,7 +5035,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
color: var(--color-content-fg-muted);
}
.app-body .notification.unread::before,
.app-body .status__wrapper.unread::before {
.app-body .status__wrapper.unread::before,
.app-body .notification-group--unread:before,
.app-body .notification-ungrouped--unread:before {
background-color: var(--color-accent);
width: 8px;
border: 0;
Expand Down Expand Up @@ -5310,6 +5315,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
position: relative;
font-weight: 500;
color: var(--color-content-fg);
background-color: var(--color-post-bg);
transition: background .3s;
}
.app-body .notification-ungrouped__header bdi {
font-weight: bold;
Expand Down

0 comments on commit a58b846

Please sign in to comment.