File tree Expand file tree Collapse file tree
src/components/navigation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,14 +103,19 @@ p.note {
103103 color : var (--color-text-maxcontrast );
104104}
105105
106+ /* the element is only there to group the controls for assistive tech, the
107+ browser's default border would otherwise render as a stray rule */
106108fieldset .options {
107- margin-top : 20 px ;
108- border-top : 1 px solid var ( --color-border ) ;
109- padding-top : 10 px ;
109+ margin-top : 16 px ;
110+ border : none ;
111+ padding : 0 ;
110112}
111113
112114fieldset .options legend {
113115 font-weight : bold ;
114- margin-bottom : 5px ;
116+ margin-bottom : 4px ;
117+ padding : 0 ;
118+ float : none ;
119+ width : auto ;
115120}
116121 </style >
Original file line number Diff line number Diff line change @@ -115,8 +115,19 @@ p.note {
115115 color : var (--color-text-maxcontrast );
116116}
117117
118+ /* the element is only there to group the controls for assistive tech, the
119+ browser's default border would otherwise render as a stray rule */
120+ fieldset .options {
121+ margin-top : 16px ;
122+ border : none ;
123+ padding : 0 ;
124+ }
125+
118126fieldset .options legend {
119127 font-weight : bold ;
120- margin-bottom : 5px ;
128+ margin-bottom : 4px ;
129+ padding : 0 ;
130+ float : none ;
131+ width : auto ;
121132}
122133 </style >
You can’t perform that action at this time.
0 commit comments