Skip to content

Commit

Permalink
slick removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ashklianko committed Sep 24, 2024
1 parent 55ec812 commit cf3057e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
.@{_COMMON_PREFIX}dropdown-handle {
position: absolute;
top: 0;
right: 0;
height: inherit;
width: @input-height-big;
height: 100%;
border: 0;
cursor: pointer;
background-color: transparent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

.apply-selection-button {
position: absolute;
display: flex;
justify-content: center;
top: 0;
right: 0;
width: 37px;
Expand All @@ -21,6 +23,13 @@
background-color: @form-button-bg;
z-index: 1;
}

.@{_COMMON_PREFIX}dropdown-handle {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
}

.filterable-listbox {
Expand Down

0 comments on commit cf3057e

Please sign in to comment.