@agorapulse/ui-theme 20.1.11 → 20.1.13

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,15 +10,7 @@ $cell-height-small: 40px;
10
10
  // ============================================================================
11
11
 
12
12
  .ap-table {
13
- // Layout
14
- display: block;
15
- height: 100%;
16
- width: 100%;
17
- min-height: 100%;
18
13
  overflow-x: auto;
19
- table-layout: fixed;
20
-
21
- // Visual styles
22
14
  font-family: Averta;
23
15
  border-radius: var(--ref-border-radius-md);
24
16
  border-collapse: separate;
@@ -29,14 +21,7 @@ $cell-height-small: 40px;
29
21
  // Table Structure
30
22
  // ========================================================================
31
23
 
32
- thead {
33
- display: table;
34
- width: 100%;
35
- table-layout: fixed;
36
- }
37
-
38
24
  tbody {
39
- display: block;
40
25
  height: calc(100% - $cell-height);
41
26
  max-height: calc(100% - $cell-height);
42
27
  width: 100%;
@@ -50,18 +35,6 @@ $cell-height-small: 40px;
50
35
  max-height: calc(100% - 2 * $cell-height);
51
36
  }
52
37
 
53
- tbody tr {
54
- display: table;
55
- width: 100%;
56
- table-layout: fixed;
57
- }
58
-
59
- tfoot {
60
- display: table;
61
- width: 100%;
62
- table-layout: fixed;
63
- }
64
-
65
38
  tr[cdk-row] {
66
39
  background-color: var(--ref-color-white);
67
40
 
@@ -88,6 +61,23 @@ $cell-height-small: 40px;
88
61
  // Table Modifiers
89
62
  // ========================================================================
90
63
 
64
+ &.ap-table-scrollable {
65
+ display: block;
66
+ table-layout: fixed;
67
+
68
+ tbody {
69
+ display: block;
70
+ }
71
+
72
+ thead,
73
+ tbody tr,
74
+ tfoot {
75
+ display: table;
76
+ width: 100%;
77
+ table-layout: fixed;
78
+ }
79
+ }
80
+
91
81
  &.ap-table--outer-border {
92
82
  border: 1px solid var(--ref-color-grey-20);
93
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "20.1.11",
3
+ "version": "20.1.13",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",