File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 180180 margin : 0 ;
181181 padding : 0 ;
182182 cursor : inherit;
183- opacity : 0 ;
183+ color : transparent ;
184184 border : none;
185185 background-color : transparent;
186186 line-height : inherit;
187- /* font: 1rem; */
188- }
189-
190- .rdp-dropdown [disabled ] {
191187}
192188
193189.rdp-dropdown_root {
196192 align-items : center;
197193}
198194
199- .rdp-dropdown_root ::after {
200- position : absolute;
201- inset-block-start : 50% ;
202- inset-inline-end : 5px ;
203- transform : translateY (-50% );
204- pointer-events : none;
205- }
206-
207195.rdp-month_caption {
208196 display : flex;
209197 align-content : center;
333321.rdp-focusable {
334322 cursor : pointer;
335323}
336-
337- .rdp-day_button : focus-visible {
338- /* outline: 2px solid var(--rdp-accent-color); */
339- /* You may want to add focus-outlines here. */
340- }
Original file line number Diff line number Diff line change 180180 margin : 0 ;
181181 padding : 0 ;
182182 cursor : inherit;
183- opacity : 0 ;
183+ color : transparent ;
184184 border : none;
185185 background-color : transparent;
186186 line-height : inherit;
187- /* font: 1rem; */
188- }
189-
190- .dropdown [disabled ] {
191187}
192188
193189.dropdown_root {
196192 align-items : center;
197193}
198194
199- .dropdown_root ::after {
200- position : absolute;
201- inset-block-start : 50% ;
202- inset-inline-end : 5px ;
203- transform : translateY (-50% );
204- pointer-events : none;
205- }
206-
207195.month_caption {
208196 display : flex;
209197 align-content : center;
333321.focusable {
334322 cursor : pointer;
335323}
336-
337- .day_button : focus-visible {
338- /* outline: 2px solid var(--rdp-accent-color); */
339- /* You may want to add focus-outlines here. */
340- }
You can’t perform that action at this time.
0 commit comments