@alaarab/ogrid-vue-vuetify 2.1.3 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,30 +1,21 @@
1
- /* OGrid Vue Vuetify - DataGridTable styles */
2
-
3
- /* Shared theme variables (light/dark mode, CSS custom properties) */
4
- @import '@alaarab/ogrid-vue/styles/ogrid-theme.css';
5
-
6
- /* Shared layout styles (table structure, header, cells, pinning, fill handle, etc.) */
7
- @import '@alaarab/ogrid-vue/styles/ogrid-layout.css';
8
-
9
- /* === Vuetify-specific: Accessibility focus styles === */
1
+ @import "@alaarab/ogrid-vue/styles/ogrid-theme.css";
2
+ @import "@alaarab/ogrid-vue/styles/ogrid-layout.css";
10
3
 
4
+ /* src/DataGridTable/DataGridTable.css */
11
5
  .v-table th:focus-visible,
12
6
  .v-table td:focus-visible {
13
7
  outline: 2px solid rgb(var(--v-theme-primary));
14
8
  outline-offset: -2px;
15
9
  z-index: 11;
16
10
  }
17
-
18
11
  .v-btn:focus-visible {
19
12
  outline: 2px solid rgb(var(--v-theme-primary));
20
13
  outline-offset: 2px;
21
14
  }
22
-
23
15
  .v-checkbox:focus-visible {
24
16
  outline: 2px solid rgb(var(--v-theme-primary));
25
17
  outline-offset: 2px;
26
18
  }
27
-
28
19
  .ogrid-cell-content:focus-visible {
29
20
  outline: 2px solid rgb(var(--v-theme-primary));
30
21
  outline-offset: -2px;