From fc93776071cc06644c8d927d349b6bff7d53d55b Mon Sep 17 00:00:00 2001 From: Thomas Guesnon Date: Thu, 27 Oct 2022 22:26:48 +0200 Subject: Mapco text display improvements (#4711) * Main font color from blue to regular dark * newline added at the end of rtl css file * Text display improvements (code, quotes) + minor UI fixes * replaced 2 spaces with 1 tab bcz phpcs is whining about that * make fix-all * Mapco/base-theme - CSS cleaning * make fix-all * PR #4711 cleaning * Exclude generated CSS from lint check * Revert exclusion of generated CSS files Co-authored-by: patjennings Co-authored-by: Alexandre Alapetite Co-authored-by: patjennings Co-authored-by: maTh --- p/themes/base-theme/frss.css | 2 +- p/themes/base-theme/frss.rtl.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'p/themes/base-theme') diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 83b757e9f..52d5c8d44 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -727,7 +727,7 @@ input[type="checkbox"]:focus-visible { display: inline-block; max-width: none; width: 1rem; - height: 1rem; + height: inherit; vertical-align: middle; line-height: 1; } diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index ef04c4fd3..0ec4c03e3 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -727,7 +727,7 @@ input[type="checkbox"]:focus-visible { display: inline-block; max-width: none; width: 1rem; - height: 1rem; + height: inherit; vertical-align: middle; line-height: 1; } -- cgit v1.2.3