Identify saved match on Match Play screen and provide mechanism to clear it.

This commit is contained in:
Patrick Fairbank
2022-08-23 18:30:16 -07:00
parent 3ea4e26af3
commit 1c2197e690
5 changed files with 36 additions and 1 deletions

View File

@@ -80,6 +80,9 @@
.label-scoring[data-ready=true] {
background-color: #0c6;
}
.label-saved-match {
background-color: #999;
}
.nowrap {
white-space: nowrap;
}