Skip to content

Commit 83782cd

Browse files
committed
adjust hidden styles
1 parent 5caecd9 commit 83782cd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/bundle/Resources/public/scss/_date-time-range-single.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
margin-top: calculateRem(16px);
33

44
&--hidden {
5-
height: 0;
6-
width: 0;
7-
opacity: 0;
8-
transition: all $ibexa-admin-transition-duration $ibexa-admin-transition;
9-
pointer-events: none;
5+
display: none;
106
}
117
}

0 commit comments

Comments
 (0)