diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-06-07 19:36:59 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-06-07 19:36:59 -0400 |
| commit | 97977e7156eb852c20422fa995bbf96529dfb4e5 (patch) | |
| tree | c177a7375f0dbab033f46cceb3e7fe64b4624326 /src/client/views/EditableView.scss | |
| parent | c8dc7104f8a4923bcfc70dcc5ff5f492666487bd (diff) | |
sort overhaul for columnheader menu cleanup (sort is now a single action, not a persistent toggle; more like google sheets now)
Diffstat (limited to 'src/client/views/EditableView.scss')
| -rw-r--r-- | src/client/views/EditableView.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/EditableView.scss b/src/client/views/EditableView.scss index e492068c8..d2f11f5e1 100644 --- a/src/client/views/EditableView.scss +++ b/src/client/views/EditableView.scss @@ -34,9 +34,8 @@ pointer-events: all; } - - .editableView-input:focus { border: none; outline: none; } + |
