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

Commit

Permalink
fix: menus <a> width and border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
elizavetaRa committed Apr 12, 2022
1 parent 71b1c1b commit 46e5220
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/atoms/OcDrop/OcDrop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,13 @@ export default {
padding-right: 0 !important;
a,
button:not([role="switch"]) {
box-sizing: border-box;
padding: 6px;
&:focus,
&:hover {
background-color: var(--oc-color-background-hover);
text-decoration: none !important;
border-radius: 5px;
}
&:hover span {
color: var(--oc-color-swatch-brand-hover) !important;
Expand Down

0 comments on commit 46e5220

Please sign in to comment.