CSS: Fix collapsible-control icon alignment in Firefox
This commit is contained in:
parent
beae5b5921
commit
12aa079e5c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue