Remove field width transition when commenting is enabled/disabled

pull/7088/head
Karl Hobley 2021-04-23 12:13:16 +01:00 zatwierdzone przez Jacob Topp-Mugglestone
rodzic 5885494908
commit e62103ae1c
2 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -3,7 +3,6 @@
display: flex;
flex-flow: column nowrap;
padding: $children-container-padding 0;
transition: padding $hover-transition-duration ease-in-out;
// TODO: #CSSoverhaul the bse icon style here - the margin - should be reconsidered when
// re-building the icon component as part of the CSS These styles come from global

Wyświetl plik

@ -481,8 +481,6 @@ footer .preview {
@include media-breakpoint-up(sm) {
.object {
transition: padding-right 0.5s ease 0s;
fieldset {
// Override column mixin for column items.
display: block;