mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 10:58:52 +01:00
fixing buttons that were hidden after previous button styling work
This commit is contained in:
parent
5f450d1f03
commit
9c9cb400e7
@ -240,15 +240,15 @@
|
||||
margin:0 0 0 -20px;
|
||||
cursor:pointer;
|
||||
|
||||
a{
|
||||
font-size: 0em;
|
||||
line-height: 0;
|
||||
.button{
|
||||
@include border-radius(0);
|
||||
overflow: visible;
|
||||
display:block;
|
||||
display:inline-block;
|
||||
padding:0;
|
||||
width:3.45em;
|
||||
|
||||
&:before{
|
||||
position:relative;
|
||||
color:white;
|
||||
padding:0;
|
||||
line-height:1.8em; /* specific height required as parent 'a' has no height */
|
||||
font-size:1.4rem;
|
||||
|
Loading…
Reference in New Issue
Block a user