CSS: Fix collapsible-control icon alignment in Firefox

This commit is contained in:
Florian Strohmaier 2019-07-01 11:02:55 +02:00 committed by Johannes Meyer
parent beae5b5921
commit 12aa079e5c
1 changed files with 5 additions and 0 deletions

View File

@ -245,6 +245,7 @@ a:hover > .icon-cancel {
z-index: 1;
position: absolute;
border: none;
padding: 0;
bottom: -1em;
right: .25em;
-webkit-box-shadow: 0 0 1/3em rgba(0,0,0,.3);
@ -263,6 +264,10 @@ a:hover > .icon-cancel {
.rounded-corners(50%);
}
}
button i:before {
margin-right: 0;
}
}
.collapsible.can-collapse:not(.collapsed) + .collapsible-control button {