Skip to content
Snippets Groups Projects
Unverified Commit aec724fd authored by Aman-Maheshwari's avatar Aman-Maheshwari Committed by GitHub
Browse files

[FIX] No hover effect for items in kebab menu. #23712

parent eb84220c
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
max-height: 70%;
padding: var(--popover-padding);
padding: var(--popover-padding) 0;
animation: dropdown-show 0.1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
......@@ -96,7 +96,7 @@
width: 100%;
padding: 4px 0;
padding: 4px 12px;
cursor: pointer;
......@@ -109,6 +109,10 @@
font-size: var(--popover-item-text-size);
align-items: center;
&:hover {
background-color: #f7f8fa;
}
&--alert {
color: var(--rc-color-error);
......@@ -179,9 +183,9 @@
}
&__divider {
width: 100%;
width: 88%;
height: var(--popover-divider-height);
margin: 1rem 0;
margin: 1rem auto;
background: var(--popover-divider-color);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment