1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Finished updating remainder of JS components to new system

This commit is contained in:
Dan Brown
2022-11-16 13:04:22 +00:00
parent db79167469
commit 3b8ee3954e
25 changed files with 164 additions and 214 deletions

View File

@@ -278,16 +278,16 @@ body.tox-fullscreen, body.markdown-fullscreen {
&.open {
width: 480px;
}
[toolbox-toggle] svg {
.toolbox-toggle svg {
transition: transform ease-in-out 180ms;
}
[toolbox-toggle] {
.toolbox-toggle {
transition: background-color ease-in-out 180ms;
}
&.open [toolbox-toggle] {
&.open .toolbox-toggle {
background-color: rgba(255, 0, 0, 0.29);
}
&.open [toolbox-toggle] svg {
&.open .toolbox-toggle svg {
transform: rotate(180deg);
}
> div {
@@ -357,7 +357,7 @@ body.tox-fullscreen, body.markdown-fullscreen {
}
}
[toolbox-tab-content] {
.toolbox-tab-content {
display: none;
}