From 7d640662538373132e859716eef7f38b7a4d2322 Mon Sep 17 00:00:00 2001 From: Tamara Steinwender <tamara.steinwender@tugraz.at> Date: Mon, 7 Mar 2022 13:41:51 +0100 Subject: [PATCH] Remove typo --- packages/common/styles.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/common/styles.js b/packages/common/styles.js index ab2ffe15..1f6810bb 100644 --- a/packages/common/styles.js +++ b/packages/common/styles.js @@ -322,8 +322,8 @@ export function getGeneralCSS(doMarginPaddingReset = true) { box-sizing: inherit; } - select:not(.select) { - -moz-appearance: none;.dropdown-menu + select:not(.select), .dropdown-menu { + -moz-appearance: none; -webkit-appearance: none; background: calc(100% - 0.2rem) center no-repeat url("${unsafeCSS( getIconSVGURL('chevron-down') -- GitLab