Skip to content
Snippets Groups Projects
Commit d6997de1 authored by François Grand's avatar François Grand
Browse files

fix: remove spinner from inputs in PAB table, fix text centering

refs #500 #481
parent 991cf404
No related branches found
No related tags found
1 merge request!155Resolve "Update to the last version of Angular"
...@@ -203,13 +203,14 @@ field-set { ...@@ -203,13 +203,14 @@ field-set {
@extend .bg-error; @extend .bg-error;
} }
.ui-table.ui-widget { .p-datatable.p-component.p-datatable-responsive-stack {
table { table {
thead.ui-table-thead { thead.p-datatable-thead {
> tr { > tr {
> th { > th {
font-size: .8em; font-size: .7em;
padding: 6px 8px; padding: 6px 8px;
text-align: center;
&.selectable-cell { &.selectable-cell {
cursor: pointer; cursor: pointer;
} }
...@@ -219,7 +220,7 @@ field-set { ...@@ -219,7 +220,7 @@ field-set {
} }
} }
} }
tbody.ui-table-tbody { tbody.p-element.p-datatable-tbody {
> tr { > tr {
&.selected-row { &.selected-row {
@extend .selected-row-bg; @extend .selected-row-bg;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment