Skip to content

Commit d7e7f38

Browse files
committed
Merge branch 'main' into fix/release-btn-style
# Conflicts: # web_src/css/repo/clone.css
2 parents 42d7088 + e8c42ae commit d7e7f38

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
}
1215

1316
/* used by the clone-panel popup */

0 commit comments

Comments
 (0)