aloha-vue 1.2.97 → 1.2.98

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.
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "Vue.js"
15
15
  ],
16
16
  "homepage": "https://github.com/ilia-brykin/aloha/#README.md",
17
- "version": "1.2.97",
17
+ "version": "1.2.98",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -111,6 +111,9 @@
111
111
  &:focus {
112
112
  outline: none;
113
113
  box-shadow: var(--a_table_row_focus_shadow_size) var(--a_table_row_focus_shadow_color);
114
+ .a_table__cell_action_sticky {
115
+ box-shadow: var(--a_table_row_focus_shadow_size) var(--a_table_row_focus_shadow_color);
116
+ }
114
117
  }
115
118
  }
116
119
  .a_table__head__row {
@@ -123,6 +126,9 @@
123
126
  align-items: center;
124
127
  position: relative;
125
128
  background-color: inherit;
129
+ &.a_table__cell_action {
130
+ background-color: inherit;
131
+ }
126
132
  + .a_table__th {
127
133
  border-left: var(--a_table_th_border_left_width) solid var(--a_table_th_border_left_color);
128
134
  }
@@ -242,12 +248,21 @@
242
248
  .a_table__row_hover:hover,
243
249
  .a_table__row_hover:focus-within {
244
250
  background-color: var(--a_table_row_hover_bg);
251
+ .a_table__cell_action_sticky {
252
+ background-color: var(--a_table_row_hover_bg);
253
+ }
245
254
  }
246
255
  .a_table__row.a_table__row_preview_open {
247
256
  background-color: var(--a_table_row_preview_open_bg);
257
+ .a_table__cell_action_sticky {
258
+ background-color: var(--a_table_row_preview_open_bg);
259
+ }
248
260
  }
249
261
  .a_table__row.a_table__row_preview_was_open {
250
262
  background-color: var(--a_table_row_preview_was_open_bg);
263
+ .a_table__cell_action_sticky {
264
+ background-color: var(--a_table_row_preview_was_open_bg);
265
+ }
251
266
  }
252
267
  }
253
268
  .a_table__td {
@@ -323,6 +338,7 @@
323
338
  .a_table__cell_action_sticky {
324
339
  position: sticky;
325
340
  right: 0;
341
+ background-color: var(--a_table_bg);
326
342
  }
327
343
  .a_table__th__dropdown_item {
328
344
  display: flex;