Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner committed Oct 30, 2023
2 parents 0894e26 + 2e7d6e0 commit 98ac2fb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/demo/src/styles/default/result-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ lens-result-table {
width: 32%;
}

lens-result-table::part(table-header-datatype) {
display: inline-flex;
}

lens-result-table::part(table-header-cell-checkbox) {
padding-bottom: var(--gap-xs);
width: 4%;
Expand Down Expand Up @@ -65,20 +61,17 @@ lens-result-table {
}

lens-result-table::part(info-button) {
position: relative;
cursor: pointer;
background-color: var(--white);
border: none;
padding: 0;
vertical-align: top;
}

lens-result-table::part(info-button-icon) {
position: absolute;
bottom: var(--gap-xxs);
width: 16px;
height: 16px;
left: 1px;
top: -1px
}


Expand Down

0 comments on commit 98ac2fb

Please sign in to comment.