|
245 | 245 | } |
246 | 246 |
|
247 | 247 | :where(.vds-menu-items[data-root]) { |
248 | | - padding: var(--root-padding); |
249 | 248 | background-color: var(--root-bg); |
250 | 249 | border-radius: var(--root-border-radius); |
251 | 250 | box-shadow: var(--media-menu-box-shadow); |
|
266 | 265 |
|
267 | 266 | .vds-menu-items[data-root] { |
268 | 267 | border: var(--root-border); |
| 268 | + padding: var(--root-padding); |
269 | 269 | } |
270 | 270 |
|
271 | 271 | :where([data-view-type='video']) :where(.vds-menu-items[data-root]) { |
|
416 | 416 | border-radius: var(--item-border-radius); |
417 | 417 | box-sizing: border-box; |
418 | 418 | min-height: var(--item-min-height); |
419 | | - padding: var(--item-padding); |
420 | 419 | font-size: var(--font-size); |
421 | 420 | outline: none; |
422 | 421 | } |
|
425 | 424 | .vds-radio { |
426 | 425 | color: var(--text-color); |
427 | 426 | background-color: var(--item-bg); |
| 427 | + padding: var(--item-padding); |
428 | 428 | } |
429 | 429 |
|
430 | 430 | .vds-menu-item:focus-visible, |
|
816 | 816 | */ |
817 | 817 |
|
818 | 818 | :where(.vds-chapters-menu-items) { |
819 | | - padding: var(--media-chapters-padding, 0); |
820 | 819 | min-width: var(--media-chapters-min-width, var(--media-menu-min-width, 220px)); |
821 | 820 | } |
822 | 821 |
|
| 822 | +.vds-chapters-menu-items { |
| 823 | + padding: var(--media-chapters-padding, 0); |
| 824 | +} |
| 825 | + |
823 | 826 | :where(.vds-menu-items:has(.vds-chapters-radio-group[data-thumbnails])) { |
824 | 827 | min-width: var(--media-chapters-with-thumbnails-min-width, 300px); |
825 | 828 | } |
826 | 829 |
|
827 | 830 | :where(.vds-chapter-radio) { |
828 | 831 | border-radius: 0; |
829 | | - padding: var(--item-padding); |
830 | 832 | } |
831 | 833 |
|
832 | 834 | .vds-chapters-radio { |
833 | 835 | border-bottom: var(--chapter-divider); |
| 836 | + padding: var(--item-padding); |
834 | 837 | } |
835 | 838 |
|
836 | 839 | :where(.vds-chapter-radio:last-child) { |
|
879 | 882 |
|
880 | 883 | :where(.vds-chapters-radio-group .vds-chapter-radio-start-time) { |
881 | 884 | display: inline-block; |
882 | | - padding: var(--media-chapters-start-time-padding, 1px 4px); |
883 | 885 | letter-spacing: var(--media-chapters-start-time-letter-spacing, 0.4px); |
884 | 886 | border-radius: var(--media-chapters-start-time-border-radius, 2px); |
885 | | - color: var(--text-secondary-color); |
886 | 887 | font-size: var(--chapter-time-font-size); |
887 | 888 | font-weight: var(--chapter-time-font-weight); |
888 | | - background-color: var(--section-bg); |
889 | 889 | margin-top: var(--chapter-time-gap); |
890 | 890 | } |
891 | 891 |
|
| 892 | +.vds-chapters-radio-group .vds-chapter-radio-start-time { |
| 893 | + color: var(--text-secondary-color); |
| 894 | + background-color: var(--section-bg); |
| 895 | + padding: var(--media-chapters-start-time-padding, 1px 4px); |
| 896 | +} |
| 897 | + |
892 | 898 | :where(.vds-chapters-radio-group .vds-chapter-radio-duration) { |
893 | 899 | color: var(--text-hint-color); |
894 | 900 | background-color: var(--chapter-duration-bg); |
|
926 | 932 | flex-basis: 100%; |
927 | 933 | } |
928 | 934 |
|
929 | | -:where(.vds-menu-items[data-keyboard]) .vds-chapters-radio-group:focus-within { |
| 935 | +.vds-menu-items[data-keyboard] .vds-chapters-radio-group:focus-within { |
930 | 936 | padding: var(--media-chapters-focus-padding, 4px); |
931 | 937 | } |
0 commit comments