Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 8bf5ba1

Browse files
committed
wip
1 parent 652618c commit 8bf5ba1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/slack.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/app/_sidebar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ input[type='text'].p-channel_sidebar__folder_heading_label_rename:hover {
354354
.p-channel_sidebar__section_heading_label--unreads,
355355
.p-channel_sidebar__quickswitcher:hover {
356356
color: $primary;
357-
filter: drop-shadow(0 0 calc(1 * 5px) rgb($primary / 0.3)) drop-shadow(0 0 calc(1 * 2px) rgb($primary / 0.2));
357+
filter: drop-shadow(0 0 5px $primary);
358358
}
359359

360360
/** Navigation Bar **/
@@ -781,7 +781,7 @@ div[aria-selected='true'].p-channel_sidebar__static_list__item:focus:after {
781781
.p-channel_sidebar__section_placeholder--has_cta:hover,
782782
.p-channel_sidebar--iap1 .p-channel_sidebar__section-heading--pages-drawer:hover {
783783
color: $primary;
784-
filter: drop-shadow(0 0 calc(1 * 5px) rgb($primary / 0.3)) drop-shadow(0 0 calc(1 * 2px) rgb($primary / 0.2));
784+
filter: drop-shadow(0 0 5px $accentT);
785785
}
786786

787787
.p-channel_sidebar--iap1 .p-channel_sidebar__section-heading--pages-drawer--disabled:hover {

0 commit comments

Comments
 (0)