Skip to content

Commit cec52d1

Browse files
committed
fix
1 parent 94c3d97 commit cec52d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web_src/css/repo/clone.css

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

8-
.clone-buttons-combo > *:not(:last-child) {
9-
border-right: none !important;
8+
.clone-buttons-combo > .ui.button:not(:last-child) {
9+
border-right: none;
1010
}
1111

12-
.clone-buttons-combo input {
13-
border-radius: 0 !important;
12+
.ui.action.input.clone-buttons-combo input {
13+
border-radius: 0; /* override fomantic border-radius for ".ui.input > input" */
1414
height: 30px;
1515
}
1616

0 commit comments

Comments
 (0)