fix table highlighting issues (#1802)

This commit is contained in:
Anthony Dresser
2018-06-29 17:03:01 -07:00
committed by GitHub
parent 335f667507
commit 4bd63b615b
3 changed files with 7 additions and 7 deletions

View File

@@ -60,7 +60,7 @@
"reflect-metadata": "^0.1.8",
"rxjs": "5.4.0",
"semver": "4.3.6",
"slickgrid": "github:anthonydresser/SlickGrid#2.3.21",
"slickgrid": "github:anthonydresser/SlickGrid#2.3.22",
"spdlog": "0.6.0",
"sudo-prompt": "^8.0.0",
"svg.js": "^2.2.5",

View File

@@ -32,9 +32,9 @@
border: 1px solid gray;
}
[role="gridcell"]:focus,
[role="gridcell"] *:focus,
[role="grid"] [tabindex="0"]:focus {
.declarative-table [role="gridcell"]:focus,
.declarative-table [role="gridcell"] *:focus,
.declarative-table [role="grid"] [tabindex="0"]:focus {
outline: #005a9c;
outline-style: dotted;
outline-width: 3px;

View File

@@ -5889,9 +5889,9 @@ slice-ansi@0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35"
"slickgrid@github:anthonydresser/SlickGrid#2.3.21":
version "2.3.17"
resolved "https://codeload.github.com/anthonydresser/SlickGrid/tar.gz/26d19efce4295657c8768ff018d0a1ffd8eb669a"
"slickgrid@github:anthonydresser/SlickGrid#2.3.22":
version "2.3.22"
resolved "https://codeload.github.com/anthonydresser/SlickGrid/tar.gz/8e312506f3a29f9d5fd490bf1245573c273c0123"
dependencies:
jquery ">=1.8.0"
jquery-ui ">=1.8.0"