Move dropdown arrow to primary element
This commit is contained in:
parent
de46e6aa0d
commit
b093119d30
2 changed files with 1 additions and 12 deletions
|
@ -25,6 +25,6 @@ limitations under the License.
|
||||||
color: $authpage-lang-color;
|
color: $authpage-lang-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Auth_language .mx_Dropdown_arrow::before {
|
.mx_Auth_language .mx_Dropdown_arrow {
|
||||||
background: $authpage-lang-color;
|
background: $authpage-lang-color;
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,20 +42,9 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Dropdown_arrow {
|
.mx_Dropdown_arrow {
|
||||||
display: block;
|
|
||||||
position: relative;
|
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
padding-right: 8px;
|
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: url('$(res)/img/feather-icons/dropdown-arrow.svg');
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
background: $primary-fg-color;
|
background: $primary-fg-color;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue