We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42d7088 + e8c42ae commit d7e7f38Copy full SHA for d7e7f38
web_src/css/repo/clone.css
@@ -5,9 +5,12 @@
5
flex: 1;
6
}
7
8
-.clone-buttons-combo input {
9
- border-left: none !important;
10
- border-radius: 0 !important;
+.clone-buttons-combo > .ui.button:not(:last-child) {
+ border-right: none;
+}
11
+
12
+.ui.action.input.clone-buttons-combo input {
13
+ border-radius: 0; /* override fomantic border-radius for ".ui.input > input" */
14
15
16
/* used by the clone-panel popup */
0 commit comments