improve language select button
This commit is contained in:
parent
875f085e30
commit
4ad04a9c70
1 changed files with 4 additions and 3 deletions
|
@ -125,9 +125,10 @@
|
||||||
}
|
}
|
||||||
#language-icon {
|
#language-icon {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding-top: 1em;
|
padding: 1em;
|
||||||
|
margin: -1em;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
&::after {
|
/*&::after {
|
||||||
content: attr(data-page-lang);
|
content: attr(data-page-lang);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -4px;
|
left: -4px;
|
||||||
|
@ -135,7 +136,7 @@
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
#languages {
|
#languages {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
|
|
Loading…
Reference in a new issue