Improve the hover menu
This commit is contained in:
parent
70aafa34dc
commit
a836c5b29a
1 changed files with 7 additions and 0 deletions
|
@ -486,6 +486,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||||
bottom: 80%;
|
bottom: 80%;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: var(--background-fill-secondary);
|
background-color: var(--background-fill-secondary);
|
||||||
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
min-width: 330px;
|
min-width: 330px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -496,6 +497,12 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
|
margin: 0 !important;
|
||||||
|
border-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hover-menu button:last-child {
|
||||||
|
border-bottom: var(--button-border-width) solid var(--button-secondary-border-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hover-menu button:hover {
|
.hover-menu button:hover {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue