mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
folding: respect reduce motion setting (#176022)
folding: respect reduce motion setting (#175990)
This commit is contained in:
committed by
GitHub
parent
e53de72462
commit
8a38481180
@@ -16,6 +16,13 @@
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,
|
||||
.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,
|
||||
.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-expanded,
|
||||
.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-collapsed {
|
||||
transition: initial;
|
||||
}
|
||||
|
||||
.monaco-editor .margin-view-overlays:hover .codicon,
|
||||
.monaco-editor .margin-view-overlays .codicon.codicon-folding-collapsed,
|
||||
.monaco-editor .margin-view-overlays .codicon.codicon-folding-manual-collapsed,
|
||||
|
||||
Reference in New Issue
Block a user