From a02e331425e18c7545532643bebe2ca9424e108b Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Mon, 17 Apr 2023 19:59:56 +0000 Subject: [PATCH] LP1828575 Keyboard focus for grid options Changes to
- arrow_downward - +
- vertical_align_top - +
- vertical_align_bottom - +
diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid-column-width.component.html b/Open-ILS/src/eg2/src/app/share/grid/grid-column-width.component.html index ca24c00afd..a6e5bffaf9 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid-column-width.component.html +++ b/Open-ILS/src/eg2/src/app/share/grid/grid-column-width.component.html @@ -3,18 +3,18 @@
Expand
diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.html b/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.html index 43b9b5c333..00267baf71 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.html +++ b/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.html @@ -108,59 +108,52 @@
diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid.component.css b/Open-ILS/src/eg2/src/app/share/grid/grid.component.css index 0cd8bf30c0..1b57bf3fa5 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid.component.css +++ b/Open-ILS/src/eg2/src/app/share/grid/grid.component.css @@ -95,6 +95,14 @@ padding-bottom: 11px; } +/* make buttons and links match when focused */ +.eg-grid-toolbar .dropdown-item:focus, +.eg-grid-toolbar .dropdown-item:hover, +.eg-grid-column-config-dialog button:focus, +.eg-grid-column-width-config button:focus { + outline: 2px solid var(--primary); +} + .eg-grid-cell-skinny { width: 2em; text-align: center; -- 2.11.0