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

Commit

Permalink
Merge pull request #2564 from jryans/dropdown-chevron
Browse files Browse the repository at this point in the history
Restore dropdown chevron to right
  • Loading branch information
jryans authored Feb 1, 2019
2 parents 8307af6 + 84ba22f commit 694b256
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/css/views/auth/_AuthHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ limitations under the License.
display: flex;
flex-direction: column;
width: 206px;
padding: 25px 50px;
padding: 25px 40px;
box-sizing: border-box;
}
1 change: 1 addition & 0 deletions res/css/views/auth/_AuthHeaderLogo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ limitations under the License.
.mx_AuthHeaderLogo {
margin-top: 15px;
flex: 1;
padding: 0 10px;
}

.mx_AuthHeaderLogo img {
Expand Down
3 changes: 2 additions & 1 deletion res/css/views/elements/_Dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ limitations under the License.
.mx_Dropdown_arrow {
width: 10px;
height: 6px;
padding-right: 8px;
padding-right: 9px;
mask: url('$(res)/img/feather-icons/dropdown-arrow.svg');
mask-repeat: no-repeat;
background: $primary-fg-color;
Expand All @@ -54,6 +54,7 @@ limitations under the License.
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex: 1;
}

.mx_Dropdown_option {
Expand Down

0 comments on commit 694b256

Please sign in to comment.