Skip to content

Commit

Permalink
fix(spreadsheet): improve rendering of selected cell
Browse files Browse the repository at this point in the history
  • Loading branch information
mishoo committed Jul 3, 2018
1 parent 39c783e commit 94d5dd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/default/scss/spreadsheet/_layout.scss
Expand Up @@ -350,6 +350,7 @@
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
text-align: center;
z-index: 100;
}
.k-spreadsheet-row-header {
position: relative;
Expand Down Expand Up @@ -410,6 +411,7 @@
// sass-lint:disable-block no-important
// always show exact active cell border, regardless of inline cell styles
outline-color: transparent !important;
z-index: 10;
}

.k-spreadsheet .k-auto-fill-wrapper {
Expand Down Expand Up @@ -475,6 +477,7 @@
// Filter button
.k-spreadsheet .k-filter-wrapper {
position: relative;
z-index: 50;
}
.k-spreadsheet .k-filter-range {
border-width: 1px;
Expand Down

0 comments on commit 94d5dd0

Please sign in to comment.