style: fixed tab save state not showing correctly
mellbacon committed
Jun 25, 2023 at 18:17 UTC
08fb86ada2cf737bb14c6af12efc0cdd33f1c42f
1 file changed
+1
-1
src/theme.scss
+1
-1
@@ -171,7 +171,7 @@ input {
171
color: var(--editor-tabActiveForeground);
172
}
173
}
174
- .tab-content.save-state {
174
+ .tab-content .save-state {
175
background-color: var(--editor-tabSaveStateColor);
176
}
177
.tab-toolbar {