From 6e57d16ebf35cb64641c4e062c2a350f229ca627 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Mon, 6 Sep 2021 16:36:27 +0200 Subject: [PATCH] fix conflict with fa-ul and floatbutton (different with top or bottom) --- .../Resources/public/chill/scss/flex_table.scss | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss index 82ea0aa04..c25285da1 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss @@ -260,8 +260,7 @@ div.wrap-header { /* * FLOATBUTTON -* pas convaincant: -* conflits avec les fa-ul > li, lien non cliquables, text qui ne se place pas correctement +* p-ê pas convaincant: cet asset est toujours en observation */ div.floatbutton { @@ -278,6 +277,11 @@ div.floatbutton { div.action { padding: 0 0 1em 1em; } + + // avoid a position relative that make links unclickable + .fa-ul > li { + position: initial; + } } &.bottom { display: flex; @@ -301,9 +305,4 @@ div.floatbutton { background-color: #00ffffa3; } } - - // avoid a position relative that make links unclickable - .fa-ul > li { - //position: initial; // in conflict with picto fa-ul !! - } }