summaryrefslogtreecommitdiff
path: root/client/simple/src/less/style-rtl.less
diff options
context:
space:
mode:
Diffstat (limited to 'client/simple/src/less/style-rtl.less')
-rw-r--r--client/simple/src/less/style-rtl.less8
1 files changed, 1 insertions, 7 deletions
diff --git a/client/simple/src/less/style-rtl.less b/client/simple/src/less/style-rtl.less
index 7ac1e6e20..b4b4a946f 100644
--- a/client/simple/src/less/style-rtl.less
+++ b/client/simple/src/less/style-rtl.less
@@ -129,13 +129,7 @@
}
// select HTML element
-@supports (
- (background-position-x: 100%) and
- (
- (appearance: none) or (-webkit-appearance: none) or
- (-moz-appearance: none)
- )
-) {
+@supports ((background-position-x: 100%) and ((appearance: none))) {
select {
border-width: 0 0 0 2rem;
background-position-x: -2rem;