Skip to content

Commit

Permalink
fix hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
J0taFerreira committed Jun 19, 2024
1 parent 5f5345a commit 47e0491
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions style-sheets/primevue-components-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -522,12 +522,7 @@ label {
.#{variables.$primevue-prefix}-datatable
.#{variables.$primevue-prefix}-datatable-tbody
> tr:hover {
box-shadow: inset 0 0 0 0.063rem
map.get(lightTheme.$light-theme, 'highlight');
background-color: map.get(
lightNotifications.$light-notification-token-overrides,
'notification-background-info'
);
background-color: map.get(lightTheme.$light-theme, 'layer-hover-01');
}

.#{variables.$primevue-prefix}-sortable-column-icon {
Expand Down

0 comments on commit 47e0491

Please sign in to comment.