Skip to content

Commit

Permalink
underline links in datatable labels
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Jul 5, 2023
1 parent ac1e46e commit fd7af84
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions plugins/CoreHome/stylesheets/dataTable/_dataTable.less
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@ table.dataTable td a {
color: @theme-color-text-light;
}

table.dataTable td a span.value {
text-decoration: underline;

&:hover {
text-decoration: underline;
}
}

td.clean {
background-color: @theme-color-background-base;
}
Expand Down
5 changes: 5 additions & 0 deletions plugins/CoreHome/stylesheets/dataTable/_rowActions.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ table.dataTable .dataTableRowActions a {
padding: 6px 4px 6px 0;
margin: 0;
width: auto!important;
text-decoration: none;

&:hover {
text-decoration: none;
}

.rowActionIcon {
font-size: 19px;
Expand Down
1 change: 0 additions & 1 deletion plugins/Morpheus/stylesheets/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ table.dataTable {
}

a {
text-decoration: none !important;
color: @theme-color-link;
width: inherit;

Expand Down

0 comments on commit fd7af84

Please sign in to comment.