mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 12:01:00 +00:00
37 lines
722 B
CSS
37 lines
722 B
CSS
.m_f698e191 {
|
|
--level-offset: var(--mantine-spacing-lg);
|
|
margin: 0;
|
|
padding: 0;
|
|
user-select: none;
|
|
}
|
|
|
|
.m_75f3ecf {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.m_f6970eb1 {
|
|
cursor: pointer;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
outline: 0;
|
|
}
|
|
|
|
.m_f6970eb1:focus-visible > .m_dc283425 {
|
|
outline: 2px solid var(--mantine-primary-color-filled);
|
|
outline-offset: 2px;
|
|
}
|
|
|
|
.m_dc283425 {
|
|
padding-inline-start: var(--label-offset);
|
|
}
|
|
|
|
:where([data-mantine-color-scheme='light']) .m_dc283425:where([data-selected]) {
|
|
background-color: var(--mantine-color-gray-1);
|
|
}
|
|
|
|
:where([data-mantine-color-scheme='dark']) .m_dc283425:where([data-selected]) {
|
|
background-color: var(--mantine-color-dark-5);
|
|
}
|