Fix empty repo clone panel border (#34219)

Remove duplicate border

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Kerwin Bryant 2025-04-16 15:05:40 +08:00 committed by GitHub
parent dcfa42dd8f
commit e8c42ae601
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,9 +5,12 @@
flex: 1; flex: 1;
} }
.clone-buttons-combo input { .clone-buttons-combo > .ui.button:not(:last-child) {
border-left: none !important; border-right: none;
border-radius: 0 !important; }
.ui.action.input.clone-buttons-combo input {
border-radius: 0; /* override fomantic border-radius for ".ui.input > input" */
height: 30px; height: 30px;
} }