Move dropdown arrow to primary element

pull/21833/head
J. Ryan Stinnett 2019-01-30 15:48:08 -06:00
parent de46e6aa0d
commit b093119d30
2 changed files with 1 additions and 12 deletions

View File

@ -25,6 +25,6 @@ limitations under the License.
color: $authpage-lang-color;
}
.mx_Auth_language .mx_Dropdown_arrow::before {
.mx_Auth_language .mx_Dropdown_arrow {
background: $authpage-lang-color;
}

View File

@ -42,20 +42,9 @@ limitations under the License.
}
.mx_Dropdown_arrow {
display: block;
position: relative;
width: 10px;
height: 6px;
padding-right: 8px;
}
.mx_Dropdown_arrow::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
mask: url('$(res)/img/feather-icons/dropdown-arrow.svg');
mask-repeat: no-repeat;
background: $primary-fg-color;