aloha-vue 1.2.239 → 1.2.240

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.239",
17
+ "version": "1.2.240",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -791,9 +791,25 @@
791
791
  position: absolute;
792
792
  left: 0;
793
793
  }
794
+ .a_table_mobile__dl__wrapper {
795
+ .a_table__row_level__icon {
796
+ top: 0;
797
+ bottom: 0;
798
+ display: flex;
799
+ align-items: center;
800
+ background-color: var(--a_color_gray_200);
801
+ }
802
+ }
794
803
  .a_table__row_level_open {
795
- .a_table__row_level__icon,
796
- .a_table_mobile__row_level__icon {
804
+ .a_table__row_level__icon {
797
805
  transform: rotate(90deg);
798
806
  }
807
+ .a_table_mobile__dl__wrapper {
808
+ .a_table__row_level__icon {
809
+ transform: none;
810
+ .a_icon {
811
+ transform: rotate(90deg);
812
+ }
813
+ }
814
+ }
799
815
  }