-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated styles for status dialog, autocomplete highlights, channel de…
…tails panel, and more (#201) * File flexpane missing style added * Added missing message actions menu color style * Download flexpane styles added * Set status dialog style added * DM autocomplete selection style changed #195 * Channel edit topic text color change #194 * Channel details panel styling fix #192 * Browse apps module filter input background style fix * File upload popup input text color fix * DM message menu input font color fix * Team tab flexpane member name color fix * Notification menu header color fix * Custom notification datepicker missing style added * Removed c-file__actions background color * Fix awkward white background on file messages * File attachment with thumbnails actions background fix
- Loading branch information
Showing
14 changed files
with
205 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
.c-dialog { | ||
&__content { | ||
border-radius: 0.6rem; | ||
} | ||
|
||
&__header, | ||
&__body, | ||
&__footer { | ||
background: $color-shade-dark; | ||
} | ||
|
||
&__title { | ||
color: $base-font-color; | ||
} | ||
|
||
.p-custom_status_input { | ||
&__duration_picker_select { | ||
padding-left: 11px; | ||
|
||
.c-input_select { | ||
&__selected_value--placeholder { | ||
color: $base-font-color; | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
.p-download_item { | ||
padding: 12px 12px 4px 16px; | ||
margin: 0; | ||
|
||
&__container &__name_row { | ||
color: $base-font-color; | ||
} | ||
|
||
|
||
&__actions { | ||
background: $color-base; | ||
} | ||
|
||
&__link--open, | ||
&__link--retry, | ||
&__link--show { | ||
color: $base-font-color; | ||
} | ||
} | ||
|
||
.p-downloads_list { | ||
&__shift_hint { | ||
background: linear-gradient(180deg,hsla(0,0%,100%,0),$color-shade-dark 25%,$color-shade-dark); | ||
color: $base-font-color; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
.c-date_picker { | ||
&__dropdown { | ||
background-color: $color-shade-dark; | ||
} | ||
} | ||
|
||
.c-calendar_view_header { | ||
&__stepper_btn:disabled, | ||
&__title_btn:disabled { | ||
color: $color-highlight; | ||
} | ||
|
||
&__stepper_btn, | ||
&__title_btn { | ||
color: $base-font-color; | ||
} | ||
|
||
&__stepper_btn:hover, | ||
&__title_btn:hover { | ||
background-color: $color-shade-light; | ||
} | ||
} | ||
|
||
.c-date_picker_calendar { | ||
&__date--disabled, | ||
&__date--disabled:hover { | ||
background-color: $color-shade-dark; | ||
} | ||
} | ||
|
||
.c-mini_calendar { | ||
&__month_button:disabled, | ||
&__month_button:disabled:hover { | ||
background-color: $color-shade-dark; | ||
} | ||
} | ||
|
||
.c-calendar_month { | ||
&__day_of_week_heading { | ||
color: $base-font-color; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.c-label { | ||
&__text { | ||
color: $base-font-color; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters