From 0a141dae94eb9efa301beeb55eed4ebc56e20e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Thu, 3 Dec 2020 15:08:31 +0200 Subject: chore(dist): generate dist files --- dist/css/bootstrap-reboot.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'dist/css/bootstrap-reboot.css') diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index f6303f3eb..e18dc80f8 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -198,6 +198,8 @@ kbd, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; + direction: ltr /* rtl:ignore */; + unicode-bidi: bidi-override; } pre { @@ -378,6 +380,14 @@ legend + * { -webkit-appearance: textfield; } +/* rtl:raw: +[type="tel"], +[type="url"], +[type="email"], +[type="number"] { + direction: ltr; +} +*/ ::-webkit-search-decoration { -webkit-appearance: none; } -- cgit v1.2.3