Skip to content

Commit e8c42ae

Browse files
Fix empty repo clone panel border (#34219)
Remove duplicate border --------- Co-authored-by: wxiaoguang <[email protected]>
1 parent dcfa42d commit e8c42ae

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

web_src/css/repo/clone.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
flex: 1;
66
}
77

8-
.clone-buttons-combo input {
9-
border-left: none !important;
10-
border-radius: 0 !important;
8+
.clone-buttons-combo > .ui.button:not(:last-child) {
9+
border-right: none;
10+
}
11+
12+
.ui.action.input.clone-buttons-combo input {
13+
border-radius: 0; /* override fomantic border-radius for ".ui.input > input" */
1114
height: 30px;
1215
}
1316

0 commit comments

Comments
 (0)