@vectara/vectara-ui 20.3.0 → 20.3.2
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.
|
@@ -2,9 +2,12 @@ $tableResponsiveBreakpointMedium: 800px;
|
|
|
2
2
|
$tableResponsiveBreakpointSmall: 500px;
|
|
3
3
|
|
|
4
4
|
.vuiTableWrapper {
|
|
5
|
+
// Needed for responsive styles.
|
|
5
6
|
container-type: inline-size;
|
|
6
7
|
width: 100%;
|
|
7
8
|
position: relative;
|
|
9
|
+
// Enable horizontal scrolling for tables that are too wide for their container.
|
|
10
|
+
overflow-x: auto;
|
|
8
11
|
}
|
|
9
12
|
|
|
10
13
|
// Enable nesting tables inside other tables as expandable content.
|
|
@@ -60,7 +63,7 @@ $tableResponsiveBreakpointSmall: 500px;
|
|
|
60
63
|
}
|
|
61
64
|
|
|
62
65
|
& > tbody > .vuiTableRow-isActive {
|
|
63
|
-
background-color: var(--vui-color-
|
|
66
|
+
background-color: var(--vui-color-light-shade);
|
|
64
67
|
}
|
|
65
68
|
|
|
66
69
|
& > thead > tr > th {
|
package/lib/styles/index.css
CHANGED
|
@@ -5808,6 +5808,7 @@ h2.react-datepicker__current-month {
|
|
|
5808
5808
|
container-type: inline-size;
|
|
5809
5809
|
width: 100%;
|
|
5810
5810
|
position: relative;
|
|
5811
|
+
overflow-x: auto;
|
|
5811
5812
|
}
|
|
5812
5813
|
|
|
5813
5814
|
.vuiTableRowExpandedContent__cell > .vuiTableWrapper {
|
|
@@ -5855,7 +5856,7 @@ h2.react-datepicker__current-month {
|
|
|
5855
5856
|
justify-content: flex-start;
|
|
5856
5857
|
}
|
|
5857
5858
|
.vuiTable > tbody > .vuiTableRow-isActive {
|
|
5858
|
-
background-color: var(--vui-color-
|
|
5859
|
+
background-color: var(--vui-color-light-shade);
|
|
5859
5860
|
}
|
|
5860
5861
|
.vuiTable > thead > tr > th {
|
|
5861
5862
|
font-size: 14px;
|