@idds/styles 1.2.6 → 1.2.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.
package/package.json
CHANGED
|
@@ -439,6 +439,13 @@
|
|
|
439
439
|
opacity: 0.4;
|
|
440
440
|
}
|
|
441
441
|
|
|
442
|
+
.ina-date-picker__day.ina-date-picker__day--today {
|
|
443
|
+
display: flex;
|
|
444
|
+
flex-direction: column;
|
|
445
|
+
align-items: center;
|
|
446
|
+
justify-content: center;
|
|
447
|
+
}
|
|
448
|
+
|
|
442
449
|
.ina-date-picker__day--today::before {
|
|
443
450
|
content: 'Hari Ini';
|
|
444
451
|
display: block;
|
package/src/components/table.css
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
.ina-table {
|
|
7
7
|
width: 100%;
|
|
8
|
-
overflow-x: auto;
|
|
9
8
|
/* Ensure horizontal scrollbar is always visible when needed */
|
|
10
9
|
scrollbar-width: thin;
|
|
11
10
|
scrollbar-color: var(--ina-neutral-300) transparent;
|
|
@@ -138,7 +137,6 @@
|
|
|
138
137
|
.ina-table__body {
|
|
139
138
|
background-color: var(--ina-background-primary);
|
|
140
139
|
position: relative;
|
|
141
|
-
z-index: 0;
|
|
142
140
|
/* Allow tooltips to extend beyond body bounds */
|
|
143
141
|
overflow: visible;
|
|
144
142
|
}
|