2017-11-13 01:23:39 -05:00
|
|
|
.ffz--menu-tree {
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
outline: none;
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
position: absolute;
|
|
|
|
top: 0; left: 0;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
content: '';
|
|
|
|
pointer-events: none;
|
|
|
|
|
2020-08-21 15:59:13 -04:00
|
|
|
box-shadow: inset 0 0 0 1px var(--ffz-color-accent-8),
|
|
|
|
0 0 6px -2px var(--ffz-color-accent-8);
|
2017-11-13 01:23:39 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.active > div,
|
|
|
|
.active > div:hover,
|
2018-11-12 13:34:53 -05:00
|
|
|
.tw-root--theme-dark & .active > div:hover {
|
2019-09-26 20:34:37 -04:00
|
|
|
background-color: var(--color-background-button-primary-hover);
|
|
|
|
color: var(--color-text-button-primary);
|
2017-11-13 01:23:39 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
div:hover {
|
|
|
|
cursor: pointer;
|
2019-09-26 20:34:37 -04:00
|
|
|
background-color: var(--color-background-button-text-hover);
|
2017-11-13 01:23:39 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
li div {
|
|
|
|
font-size: 1.4rem;
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
padding-left: 0.5rem
|
|
|
|
}
|
|
|
|
|
|
|
|
li:first-child div,
|
|
|
|
li ul div {
|
|
|
|
margin-top: 0rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
li ul div {
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
li li div { padding-left: 1rem }
|
2021-03-03 17:10:14 -05:00
|
|
|
li li li div { padding-left: 2rem }
|
|
|
|
li li li li div { padding-left: 2.5rem }
|
2017-11-13 01:23:39 -05:00
|
|
|
|
|
|
|
.pill {
|
|
|
|
font-size: 0.9rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.arrow {
|
|
|
|
opacity: 0.3;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ffz--invisible {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|