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:
committed by
Santhosh Thottingal
parent
d349937772
commit
4545872983
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user