Skip to content

Commit

Permalink
added underline styling for hover state for command bar link
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rakeshsh committed Sep 23, 2024
1 parent 613e16b commit ccf497d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/DetailsView/components/details-view-command-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
text-overflow: ellipsis;
display: inline-block;
overflow: hidden;

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

.target-page-link {
Expand Down

0 comments on commit ccf497d

Please sign in to comment.