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:
@@ -355,3 +355,9 @@ dialog {
|
||||
color: $bar-menus-label;
|
||||
}
|
||||
}
|
||||
|
||||
.unsaved-icon {
|
||||
margin-right: 1em;
|
||||
font-size: 1em;
|
||||
color: $yellow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user