@agorapulse/ui-theme 20.1.12 → 20.1.14

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.
@@ -48,7 +48,7 @@ a {
48
48
  color: var(--comp-link-hover-color);
49
49
  }
50
50
 
51
- &:active:not(:visited) {
51
+ &:active:not(:visited):not([disabled='true']) {
52
52
  color: var(--comp-link-clicked-color);
53
53
  }
54
54
 
@@ -10,13 +10,8 @@ $cell-height-small: 40px;
10
10
  // ============================================================================
11
11
 
12
12
  .ap-table {
13
- // Layout
14
- height: 100%;
15
13
  width: 100%;
16
- min-height: 100%;
17
14
  overflow-x: auto;
18
-
19
- // Visual styles
20
15
  font-family: Averta;
21
16
  border-radius: var(--ref-border-radius-md);
22
17
  border-collapse: separate;
@@ -136,7 +131,7 @@ $cell-height-small: 40px;
136
131
  color: var(--ref-color-grey-100);
137
132
  border: none;
138
133
  border-bottom: 1px solid var(--ref-color-grey-10);
139
- background-color: transparent;
134
+ background-color: var(--ref-color-white);
140
135
  position: sticky;
141
136
  top: 0;
142
137
  z-index: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "20.1.12",
3
+ "version": "20.1.14",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",