Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

MM-22894/MM-23046/MM-24274/MM-24375 Quick wins bucket list 5 #5353

Merged
merged 27 commits into from
May 1, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
21bcbb2
Quick wins bucket list 5
asaadmahmood Apr 19, 2020
b6d705c
Updating navigation from channel name
asaadmahmood Apr 19, 2020
07a4ace
Updating button
asaadmahmood Apr 19, 2020
6dbe1f9
Fixing lint errors
asaadmahmood Apr 19, 2020
35f7d57
Updating UI changes
asaadmahmood Apr 19, 2020
7f1792f
Updating rhs UI
asaadmahmood Apr 19, 2020
d76eb55
Updating css
asaadmahmood Apr 20, 2020
d96d668
Updating slash command line-height
asaadmahmood Apr 20, 2020
66f92bb
Updating css for RHS and search
asaadmahmood Apr 20, 2020
8d815f6
Updating width for channel name in RHS
asaadmahmood Apr 20, 2020
c6a7df1
Updating mobile css
asaadmahmood Apr 20, 2020
6bc12d9
UI updates
asaadmahmood Apr 21, 2020
72b3ca8
Updating full screen modal css
asaadmahmood Apr 21, 2020
fd900ea
Updating thread css and test
asaadmahmood Apr 21, 2020
f6eee1b
Updating RHS styling and collapse
asaadmahmood Apr 21, 2020
875009b
Updating tests
asaadmahmood Apr 21, 2020
6dc7382
Updating icons and navigation
asaadmahmood Apr 22, 2020
e39a5bd
Updating test
asaadmahmood Apr 22, 2020
3b3ef55
Updating rhs header
asaadmahmood Apr 22, 2020
b5b45c3
Updating icons
asaadmahmood Apr 23, 2020
e017093
Updating icons
asaadmahmood Apr 23, 2020
b4b90a7
Updating minor code
asaadmahmood Apr 27, 2020
2123afb
Updating minor functional changes
asaadmahmood Apr 27, 2020
00cc5d4
Updating translation
asaadmahmood Apr 27, 2020
1580643
Updating channel state
asaadmahmood Apr 29, 2020
59ee6fc
Updating back button
asaadmahmood May 1, 2020
41c03e7
Updating font icons
asaadmahmood May 1, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updating full screen modal css
  • Loading branch information
asaadmahmood committed Apr 30, 2020
commit 72b3ca888d6dc3453231a6bc49be2e9628023db2
3 changes: 2 additions & 1 deletion components/invitation_modal/invitation_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
height: 100%;
align-items: center;
font-size: 16px;
color: var(--center-channel-color-90);
color: var(--center-channel-color);

@media (max-width: 768px) {
padding-left: 15px;
padding-right: 15px;
Expand Down
2 changes: 1 addition & 1 deletion components/plugin_marketplace/marketplace_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
height: 100%;
align-items: center;
font-size: 16px;
color: var(--center-channel-color-90);
color: var(--center-channel-color);

@media (max-width: 768px) {
padding-left: 15px;
Expand Down
9 changes: 8 additions & 1 deletion components/widgets/modals/full_screen_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,19 @@
z-index: 9;

svg {
fill: var(--center-channel-color-90);
fill: var(--center-channel-color-56);
padding: 4px;
width: 40px;
height: 40px;
border-radius: 4px;

&:hover {
fill: var(--center-channel-color-72);
background: var(--center-channel-color-08);
}

&:active {
fill: var(--button-bg);
background: var(--button-bg-08);
}
}
Expand Down