mirror of https://github.com/go-gitea/gitea.git
Fix empty repo clone panel border (#34219)
Remove duplicate border --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>pull/34213/head^2
parent
dcfa42dd8f
commit
e8c42ae601
|
@ -5,9 +5,12 @@
|
|||
flex: 1;
|
||||
}
|
||||
|
||||
.clone-buttons-combo input {
|
||||
border-left: none !important;
|
||||
border-radius: 0 !important;
|
||||
.clone-buttons-combo > .ui.button:not(:last-child) {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.ui.action.input.clone-buttons-combo input {
|
||||
border-radius: 0; /* override fomantic border-radius for ".ui.input > input" */
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue