For position=sidebar, the dummy "in other languages" section is visible in the same manner as it is to browsers without JavaScript. Bug: 49028 Change-Id: I931a2e904b37c754f63bfe5feb2d98bfe6c2747b
5 lines
86 B
CSS
5 lines
86 B
CSS
/* Don't show it to users who disabled JS */
|
|
.client-nojs #pt-uls {
|
|
display: none;
|
|
}
|