Skip to content

Commit

Permalink
fix(table): sw-2322 allow selectable links (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Mar 22, 2024
1 parent 227b8fd commit 7762259
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styles/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
}

.curiosity-table {
/**
* FixMe: PF styling doesn't allow selectable links in composable table cells
*/
&__td a {
user-select: auto;
}

@media (min-width: $pf-global--breakpoint--md) {
// Class defined in "components/table/tableHelpers.js"
&__td.pf-m-width {
Expand Down

0 comments on commit 7762259

Please sign in to comment.