From 36e7b694b3fca6160d2a93542281379c06c37775 Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 16 Oct 2022 12:46:53 +0200 Subject: fix: jumping lines (#4699) * fix * fix Origine compact * fix Ansum * fix Mapco Co-authored-by: Alexandre Alapetite --- p/themes/Ansum/_list-view.scss | 3 +-- p/themes/Ansum/ansum.css | 5 ++++- p/themes/Ansum/ansum.rtl.css | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) (limited to 'p/themes/Ansum') diff --git a/p/themes/Ansum/_list-view.scss b/p/themes/Ansum/_list-view.scss index 03005b7fd..df0f71e1b 100644 --- a/p/themes/Ansum/_list-view.scss +++ b/p/themes/Ansum/_list-view.scss @@ -16,8 +16,7 @@ &:not(.current):hover .item.title { background: variables.$grey-lighter; - - + bottom: 3px; } } diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 216e3a62e..ebdd6daf8 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -987,6 +987,7 @@ main.prompt { } .flux:hover:not(.current):hover .item.title { background: #fcfaf8; + bottom: 3px; } .flux.current { background: #fff; @@ -1364,4 +1365,6 @@ body.register { a, button.as-link { outline: none; color: #ca7227; -} \ No newline at end of file +} + +/*# sourceMappingURL=ansum.css.map */ diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index ddc94cbc4..c6f16979d 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -987,6 +987,7 @@ main.prompt { } .flux:hover:not(.current):hover .item.title { background: #fcfaf8; + bottom: 3px; } .flux.current { background: #fff; @@ -1364,4 +1365,4 @@ body.register { a, button.as-link { outline: none; color: #ca7227; -} \ No newline at end of file +} -- cgit v1.2.3