Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Make OcResourceName underline on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Mar 14, 2022
1 parent 575996d commit 5fd8a45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/enhancement-underline-resource-name
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Underline OcResourceName

We've added an underline on hover effect to OcResourceName

https://github.com/owncloud/web/issues/6492
4 changes: 4 additions & 0 deletions src/components/atoms/OcResourceName/OcResourceName.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ export default {
&-name {
display: flex;
min-width: 0;
&:hover {
text-decoration: underline;
text-decoration-color: var(--oc-color-text-default);
}
}
&-basename,
Expand Down

0 comments on commit 5fd8a45

Please sign in to comment.