@policystudio/policy-studio-ui-vue 1.1.58 → 1.1.59
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/dist/css/psui_styles.css
CHANGED
|
@@ -2591,6 +2591,19 @@ video {
|
|
|
2591
2591
|
background-color: rgba(243, 246, 249, var(--bg-opacity));
|
|
2592
2592
|
}
|
|
2593
2593
|
|
|
2594
|
+
.psui-el-table-results.layout-flexible tbody tr.is-active td {
|
|
2595
|
+
padding-top: 9px;
|
|
2596
|
+
padding-bottom: 9px;
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
.psui-el-table-results.layout-flexible tbody tr.is-active td .title {
|
|
2600
|
+
font-size: 14px;
|
|
2601
|
+
line-height: 130%;
|
|
2602
|
+
--text-opacity: 1;
|
|
2603
|
+
color: #798490;
|
|
2604
|
+
color: rgba(121, 132, 144, var(--text-opacity));
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2594
2607
|
.psui-el-table-results.layout-flexible tbody tr.is-active td:first-child {
|
|
2595
2608
|
--bg-opacity: 1;
|
|
2596
2609
|
background-color: #F3F6F9;
|
package/package.json
CHANGED
|
@@ -520,6 +520,15 @@
|
|
|
520
520
|
|
|
521
521
|
&.is-active {
|
|
522
522
|
@apply psui-bg-gray-10;
|
|
523
|
+
|
|
524
|
+
td {
|
|
525
|
+
padding-top: 9px;
|
|
526
|
+
padding-bottom: 9px;
|
|
527
|
+
|
|
528
|
+
.title {
|
|
529
|
+
@apply psui-text-small psui-text-gray-50;
|
|
530
|
+
}
|
|
531
|
+
}
|
|
523
532
|
|
|
524
533
|
td:first-child {
|
|
525
534
|
@apply psui-bg-gray-10;
|