mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 00:37:47 +00:00
Fix popup for TableView (#214)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
3963740540
commit
dd7c2d5c68
@ -68,7 +68,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 1rem;
|
padding: 1.25rem 1.5rem;
|
||||||
top: 1.5rem;
|
top: 1.5rem;
|
||||||
left: 0;
|
left: 0;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
|
@ -57,11 +57,10 @@
|
|||||||
.popup {
|
.popup {
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: var(--theme-popup-bg);
|
background-color: var(--theme-button-bg-focused);
|
||||||
border: var(--theme-popup-border);
|
border: 1px solid var(--theme-button-border-enabled);
|
||||||
border-radius: 1.25rem;
|
border-radius: .75rem;
|
||||||
box-shadow: var(--theme-popup-shadow);
|
box-shadow: 0 .75rem 1.25rem rgba(0, 0, 0, .2);
|
||||||
backdrop-filter: blur(30px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-item {
|
.menu-item {
|
||||||
@ -81,6 +80,6 @@
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
color: var(--theme-content-accent-color);
|
color: var(--theme-content-accent-color);
|
||||||
}
|
}
|
||||||
&:hover { background-color: var(--theme-button-bg-focused); }
|
&:hover { background-color: var(--theme-button-bg-hovered); }
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user