Remove CSS used by expandCollapse.js

This commit is contained in:
Tom Byers
2019-08-29 16:41:53 +01:00
parent 030979a864
commit c9c3f90fd8

View File

@@ -78,57 +78,8 @@ $email-message-gutter: $gutter * 2;
overflow: hidden;
}
.js-enabled .expanded & {
max-height: none;
padding-bottom: $gutter;
}
}
.toggle {
display: none;
position: absolute;
left: 50%;
bottom: -18px;
height: 27px;
padding: 0;
margin: 0 0 0 -30px;
line-height: 12px;
font-size: 30px;
font-weight: bold;
letter-spacing: 2px;
text-align: center;
cursor: pointer;
width: 60px;
text-decoration: none;
background: $grey-3;
color: $text-colour;
border-style: solid;
border-width: 3px;
border-color: $white;
box-shadow: inset 0 -2px 0 $button-bottom-border-colour, 0 0 0 1px $white-50-opaque;
&:hover {
background: $grey-2;
}
&:focus,
&:active {
border-color: $yellow;
outline: none;
}
}
}
}
.js-enabled .toggle {
display: inline-block;
}
.js-enabled .expanded .toggle {
display: none;
}