Skip to content

Commit

Permalink
[ACS-5645] important removed
Browse files Browse the repository at this point in the history
  • Loading branch information
AnukritiGL committed Dec 1, 2023
1 parent 97f4d38 commit 85c0602
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
}

.adf-textitem-clickable {
cursor: pointer !important;
cursor: pointer;
padding-top: 3px;

.adf-textitem-action:hover {
color: var(--adf-theme-foreground-text-color);
}

&-value {
cursor: pointer !important;
cursor: pointer;
color: var(--theme-primary-color) !important;
}
}
Expand Down

0 comments on commit 85c0602

Please sign in to comment.