Skip to content

Commit

Permalink
fix(spreadsheet): update editor button style
Browse files Browse the repository at this point in the history
  • Loading branch information
mishoo authored and Juveniel committed Mar 29, 2023
1 parent 244f31f commit 7ed0999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions packages/default/scss/spreadsheet/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -454,14 +454,11 @@
box-sizing: border-box;
position: absolute;
}
.k-spreadsheet .k-selection-wrapper .k-spreadsheet-editor-button {
.k-spreadsheet .k-spreadsheet-editor-button {
position: absolute;
padding: 0;
z-index: 60;
}
.k-spreadsheet .k-selection-wrapper .k-spreadsheet-editor-button.k-spreadsheet-last-column {
transform: translateX(-100%);
}

.k-spreadsheet-active-cell {
// sass-lint:disable-block no-important
Expand Down
5 changes: 1 addition & 4 deletions packages/fluent/scss/spreadsheet/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -460,14 +460,11 @@
box-sizing: border-box;
position: absolute;
}
.k-spreadsheet .k-selection-wrapper .k-spreadsheet-editor-button {
.k-spreadsheet .k-spreadsheet-editor-button {
position: absolute;
padding: 0;
z-index: 60;
}
.k-spreadsheet .k-selection-wrapper .k-spreadsheet-editor-button.k-spreadsheet-last-column {
transform: translateX(-100%);
}

.k-spreadsheet-active-cell {
// sass-lint:disable-block no-important
Expand Down

0 comments on commit 7ed0999

Please sign in to comment.