(style) fix popovers for rtl locales also in production

/* */ comments get stripped out by scss in compressed format: https://sass-lang.com/documentation/syntax/comments/,
so /*! */ must be used so that rtlcss can process the directive: https://rtlcss.com/learn/getting-started/why-rtlcss/#processing-directives
adjustment to 1f88c83a96e16e1166da14c3f0c6f4a1906d14f5
This commit is contained in:
Valentyne Stigloher 2024-05-20 18:43:52 +02:00
parent 371737e2c7
commit 8ec65b87d4

View File

@ -163,7 +163,7 @@ export default Vue.extend({
.popover {
position: absolute;
top: 0;
/* rtl:ignore: popovers are always positioned absolutely from the upper-left corner */
/*! rtl:ignore: popovers are always positioned absolutely from the upper-left corner */
left: 0;
font-weight: normal;
font-style: normal;