Add support for the tabs in the two contentful Actor sheets
This commit is contained in:
parent
76d8f3675c
commit
40f0e1ea2c
11 changed files with 120 additions and 5 deletions
|
|
@ -6,4 +6,26 @@
|
|||
gap: 0.5rem;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
> .window-content nav.system-tabs {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: left;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
|
||||
button {
|
||||
border: none;
|
||||
text-shadow: none;
|
||||
box-shadow: none;
|
||||
|
||||
&.active {
|
||||
outline: 1px solid var(--tab-button-active-border);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: var(--tab-button-hover-bg);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue