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

Commit

Permalink
change class name to oc-menu-item-hover
Browse files Browse the repository at this point in the history
  • Loading branch information
elizavetaRa committed Jun 1, 2022
1 parent d996f38 commit 84aa4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog/unreleased/enhancement-hover-in-oc-drop-menues
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Enhancement: Hover in ocDrop menues

We've added the "action-menu-item-hover" class for <li> elements inside ocDrop, to add the hover effect on buttons and links.
We've added the "oc-menu-item-hover" class for <li> elements inside ocDrop, to add the hover effect on buttons and links.

https://github.com/owncloud/owncloud-design-system/pull/2069
2 changes: 1 addition & 1 deletion src/components/atoms/OcDrop/OcDrop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default {
// note: needed so that the box shadow from `oc-box-shadow-medium` doesn't get suppressed
padding: 8px;
}
li.action-menu-item-hover {
li.oc-menu-item-hover {
a,
button:not([role="switch"]) {
box-sizing: border-box;
Expand Down

0 comments on commit 84aa4d9

Please sign in to comment.