Settings menu now warns when a setting is unsaved. (#65)

* Settings menu now warns when a setting is unsaved. Additionally, font-weight increments properly now.

* Remove font weight fix - another PR already open for fix.
This commit is contained in:
Jas Singh
2024-08-02 20:00:28 -07:00
committed by GitHub
parent 1f7c5a70ca
commit 6166fdbe0f
18 changed files with 110 additions and 34 deletions

View File

@@ -355,3 +355,9 @@ dialog {
color: $bar-menus-label;
}
}
.unsaved-icon {
margin-right: 1em;
font-size: 1em;
color: $yellow;
}