Use unidirection language icon

* Use single language icon for both LTR and RTL.
* Reduce padding between icon and autonym language name.
This commit is contained in:
Pl217
2018-01-16 12:46:51 +01:00
committed by Santhosh Thottingal
parent d349937772
commit 4545872983
7 changed files with 4 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
.uls-trigger {
background: url( ../images/language-ltr.png ) no-repeat left center;
background: url( ../images/language.png ) no-repeat left center;
/* @embed */
background-image: linear-gradient( transparent, transparent ), url( ../images/language-ltr.svg );
padding-left: 25px;
background-image: linear-gradient( transparent, transparent ), url( ../images/language.svg );
padding-left: 24px;
}
.uls-menu {