Skip to content

Commit

Permalink
ui tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jul 31, 2021
1 parent c5681b1 commit 4ecfcfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tabby-core/src/components/selectorModal.component.pug
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.modal-body
input.form-control(
input.form-control.form-control-lg(
type='text',
[(ngModel)]='filter',
autofocus,
Expand Down
3 changes: 1 addition & 2 deletions tabby-core/src/components/selectorModal.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
}

input {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-radius: 0;
}
1 change: 1 addition & 0 deletions tabby-core/src/components/splitTabPaneLabel.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ div {

label {
margin: 0;
cursor: move;
}

0 comments on commit 4ecfcfd

Please sign in to comment.