File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 156156 margin-left : -1px ; /* make the borders overlap to avoid double borders */
157157}
158158
159+ /* .repository .clone-panel > button:first-of-type, */
160+ /* .repository .clone-panel > div:first-of-type {
161+ border-radius: var(--border-radius) 0 0 var(--border-radius) !important;
162+ } */
163+
164+ /* .repository .clone-panel > button:last-of-type, */
165+ /* .repository .clone-panel > div:last-of-type {
166+ border-radius: 0 var(--border-radius) var(--border-radius) 0 !important;
167+ } */
168+
159169.repository .clone-panel > button {
160170 border-radius : var (--border-radius ) !important ;
161171}
175185 right : 9px ;
176186 top : -10px ;
177187
178- border : 8px solid war (--color-black );
188+ border : 8px solid var (--color-black );
179189 border-bottom : 8px solid var (--color-shadow );
180190
181191 display : inline-block;
You can’t perform that action at this time.
0 commit comments