mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-29 09:32:43 +00:00
Minor style fixes to collapse buttons
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Start",
|
"label": "Start",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "rm -r \"./node_modules/@mcschema\" && npm link @mcschema/core && npm link @mcschema/locales && npm link @mcschema/java-1.16 && npm start"
|
"command": "rm -r \"./node_modules/@mcschema\" && npm link @mcschema/core && npm link @mcschema/locales && npm link @mcschema/java-1.16 && npm link @mcschema/java-1.17 && npm start"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -130,10 +130,6 @@
|
|||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-header > .collapse.closed {
|
|
||||||
border-bottom-left-radius: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Buttons */
|
/* Buttons */
|
||||||
|
|
||||||
button.selected {
|
button.selected {
|
||||||
@@ -141,11 +137,6 @@ button.selected {
|
|||||||
border-color: var(--node-selected-border);
|
border-color: var(--node-selected-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
.collapse {
|
|
||||||
display: inline-flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.collapse svg {
|
.collapse svg {
|
||||||
fill: var(--node-text);
|
fill: var(--node-text);
|
||||||
transition: fill var(--style-transition);
|
transition: fill var(--style-transition);
|
||||||
@@ -171,6 +162,7 @@ button.remove {
|
|||||||
transition: fill var(--style-transition);
|
transition: fill var(--style-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.node-header > button.collapse:last-child,
|
||||||
.node-header > button.add:last-child {
|
.node-header > button.add:last-child {
|
||||||
border-top-right-radius: 6px;
|
border-top-right-radius: 6px;
|
||||||
border-bottom-right-radius: 6px;
|
border-bottom-right-radius: 6px;
|
||||||
|
|||||||
Reference in New Issue
Block a user