mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
fix conflict with fa-ul and floatbutton (different with top or bottom)
This commit is contained in:
parent
f4ce634061
commit
6e57d16ebf
@ -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 !!
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user