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.
1 parent 94c3d97 commit cec52d1Copy full SHA for cec52d1
web_src/css/repo/clone.css
@@ -5,12 +5,12 @@
5
flex: 1;
6
}
7
8
-.clone-buttons-combo > *:not(:last-child) {
9
- border-right: none !important;
+.clone-buttons-combo > .ui.button:not(:last-child) {
+ border-right: none;
10
11
12
-.clone-buttons-combo input {
13
- border-radius: 0 !important;
+.ui.action.input.clone-buttons-combo input {
+ border-radius: 0; /* override fomantic border-radius for ".ui.input > input" */
14
height: 30px;
15
16
0 commit comments