Skip to content

Commit 35dc89a

Browse files
remove incorrect auto-lintfix
1 parent f5499ca commit 35dc89a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

web_src/css/repo.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,16 @@
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
}
@@ -175,7 +185,7 @@
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;

0 commit comments

Comments
 (0)