@onemrvapublic/design-system-theme 19.2.0-develop.6 → 19.2.0-develop.8

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.
@@ -74,6 +74,7 @@
74
74
  transition: background-color 400ms ease-out;
75
75
  padding: 16px;
76
76
  line-height: 23px;
77
+ --mat-expansion-container-background-color: transparent;
77
78
 
78
79
  td.mat-mdc-cell {
79
80
  line-height: 22px;
@@ -97,7 +98,6 @@
97
98
  &.onemrva-clickable-row {
98
99
  background: µ.grayscale($theme, 50) 0% 0% no-repeat padding-box;
99
100
  color: µ.grayscale($theme, 900);
100
- cursor: pointer;
101
101
  border-radius: 10px;
102
102
  td:first-child {
103
103
  border-radius: 10px 0 0 10px;
@@ -106,9 +106,12 @@
106
106
  border-radius: 0 10px 10px 0;
107
107
  padding-right: 10px;
108
108
  }
109
+ td:only-child {
110
+ border-radius: 10px;
111
+ }
109
112
 
110
- &:hover,
111
- &:active {
113
+ &.clickable:hover,
114
+ &.clickable:active {
112
115
  box-shadow: variables.$box-shadow;
113
116
  }
114
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v19.2.0-develop.6",
3
+ "version": "v19.2.0-develop.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },