Skip to content

Commit

Permalink
fix: variable tab table elements
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul99ahad committed Nov 26, 2024
1 parent 48a989b commit 8b69b40
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions client/src/app/panel/tabs/variable-outline/VariableOutlineTab.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@
font-size: 14px !important;
}
}

.bio-vo-text-button {
height: 2rem;
width: 100%;
padding-left: 2px;
}

.bio-vo-text-button:focus-visible {
outline: none;
box-shadow: inset var(--focus-shadow);

}

.bio-vo-search-container,
.bio-vo-search-container>*+* {
Expand Down Expand Up @@ -63,6 +75,14 @@
tr {
block-size: 2rem !important;

// .cds--table-sort:focus {
// outline: none;
// }

// .cds--table-sort:focus-visible {
// outline: none;
// }

.cds--table-sort__flex {
min-block-size: 2rem !important;
}
Expand All @@ -75,4 +95,5 @@
.cds--popover {
z-index: 100000 !important;
}

}

0 comments on commit 8b69b40

Please sign in to comment.