mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 01:58:25 -04:00
Remove CSS used by expandCollapse.js
This commit is contained in:
@@ -78,57 +78,8 @@ $email-message-gutter: $gutter * 2;
|
|||||||
overflow: hidden;
|
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;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user