Use dropdown-arrow for all toggle arrows

This commit is contained in:
J. Ryan Stinnett
2019-01-30 15:44:10 -06:00
parent 3e7c3bfff8
commit de46e6aa0d
4 changed files with 10 additions and 91 deletions

View File

@@ -41,4 +41,9 @@ limitations under the License.
.mx_TopLeftMenuButton_chevron {
margin: 0 7px;
mask: url('$(res)/img/feather-icons/dropdown-arrow.svg');
mask-repeat: no-repeat;
width: 10px;
height: 6px;
background-color: $roomsublist-label-fg-color;
}