Switch the manual theme to Furo #104735

Merged
Aaron Carlisle merged 30 commits from furo-theme into blender-v4.1-release 2024-03-20 21:38:49 +01:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit ffca813bde - Show all commits

View File

@ -94,7 +94,7 @@ kbd:not(.compound) {
}
/* Only style parent kbd elements instead of the individual children */
:not(dl.option-list)> :not(dt):not(kbd):not(kbd)>kbd,
:not(dl.option-list)> :not(kbd):not(kbd)>kbd,
.menuselection {
background-color: var(--color-background-secondary);
border: 1px solid var(--color-foreground-border);
@ -104,7 +104,6 @@ kbd:not(.compound) {
display: inline-block;
margin: 0;
padding: 0 .2rem;
vertical-align: text-bottom;
}
.caption .menuselection {