Change the menu button to a chevron

by design request
pull/21833/head
Travis Ralston 2020-08-28 15:37:23 -06:00
parent 90d9d7128d
commit 0ffa548864
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
.mx_UserMenu { .mx_UserMenu {
// to make the ... button sort of aligned with the explore button below // to make the menu button sort of aligned with the explore button below
padding-right: 6px; padding-right: 6px;
.mx_UserMenu_headerButtons { .mx_UserMenu_headerButtons {
@ -36,7 +36,7 @@ limitations under the License.
mask-size: contain; mask-size: contain;
mask-repeat: no-repeat; mask-repeat: no-repeat;
background: $primary-fg-color; background: $primary-fg-color;
mask-image: url('$(res)/img/element-icons/context-menu.svg'); mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
} }
} }