summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/UniversalLanguageSelector/resources/css/ext.uls.pt.less')
-rw-r--r--MLEB/UniversalLanguageSelector/resources/css/ext.uls.pt.less16
1 files changed, 0 insertions, 16 deletions
diff --git a/MLEB/UniversalLanguageSelector/resources/css/ext.uls.pt.less b/MLEB/UniversalLanguageSelector/resources/css/ext.uls.pt.less
index 51202e02..af73f0ee 100644
--- a/MLEB/UniversalLanguageSelector/resources/css/ext.uls.pt.less
+++ b/MLEB/UniversalLanguageSelector/resources/css/ext.uls.pt.less
@@ -52,19 +52,3 @@
}
}
}
-
-/* Opera for some inexplicable reason confuses right and left padding with */
-/* RTL text direction here (bug T47142). x:-o-prefocus won't match anything, */
-/* but will make other browsers ignore this rule. */
-/* stylelint-disable selector-type-no-unknown */
-x:-o-prefocus,
-body.rtl li#pt-uls {
- /* @noflip */
- direction: ltr;
-}
-/* stylelint-enable selector-type-no-unknown */
-
-/* Don't show it to users who disabled JS */
-.client-nojs #pt-uls {
- display: none;
-}