File tree Expand file tree Collapse file tree
assets/stylesheets/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 top : calc (50% + var (--scroller-button-offset , 0px ));
8080
8181 transform : translateY (-50% );
82+
83+ transition :
84+ opacity 0.2s ease-in-out,
85+ visibility 0.2s ease-in-out,
86+ filter 0.2s ease-in-out,
87+ background-color 0.2s ease-in-out,
88+ border-color 0.2s ease-in-out;
8289}
8390
8491.scroller__button : disabled {
85- display : none;
92+ visibility : hidden;
93+
94+ opacity : 0 ;
8695}
8796
8897.scroller__button--previous {
Original file line number Diff line number Diff line change 109109 title =" {{ t(' Display the previous streams' ) }}"
110110 data-scroller-target =" previous"
111111 data-action =" scroller#previous"
112+ disabled
112113 >
113114 {{ icon(' arrow-left' , ' rotate90' ) }}
114115
161162 title =" {{ t(' Display the next streams' ) }}"
162163 data-scroller-target =" next"
163164 data-action =" scroller#next"
165+ disabled
164166 >
165167 {{ icon(' arrow-right' , ' rotate90' ) }}
166168
Original file line number Diff line number Diff line change 3131 title =" {{ t(' Display the previous days' ) }}"
3232 data-scroller-target =" previous"
3333 data-action =" scroller#previous"
34+ disabled
3435 >
3536 {{ icon(' arrow-left' ) }}
3637
126127 title =" {{ t(' Display the next days' ) }}"
127128 data-scroller-target =" next"
128129 data-action =" scroller#next"
130+ disabled
129131 >
130132 {{ icon(' arrow-right' ) }}
131133
You can’t perform that action at this time.
0 commit comments