Skip to content

Commit

Permalink
removed unwanted lines of code in the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sharathvgts committed Dec 16, 2024
1 parent 72f0295 commit 5792faa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,9 @@
&[data-active-cell] {
outline: 2px solid var(--slate-300);
// box-shadow: 0 0 0 2px var(--slate-300);
border-radius: 2px;
&:focus {
// box-shadow: 0 0 0 2px var(--sky-700);
outline: 2px solid var(--sky-700);
}
Expand All @@ -144,9 +142,6 @@
&.is-edit-mode {
padding: 0px;
// box-shadow:
// 0 0 0 3px var(--sky-700),
// 0 0 8px #000000 !important;
outline: 3px solid var(--sky-700);
outline-offset: -3px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
[data-cell-active] {
z-index: var(--z-index__sheet__active-cell);
/* border-color: transparent; */
min-height: 100%;
height: auto;
}
Expand Down

0 comments on commit 5792faa

Please sign in to comment.