Merge pull request #3237 from Piccar/hoverEffect

This commit is contained in:
Bill Thornton
2022-02-11 21:35:17 -05:00
committed by GitHub
6 changed files with 37 additions and 21 deletions
+5 -1
View File
@@ -245,7 +245,11 @@ a[data-role=button] {
}
.listItem:focus {
background: #333;
background: rgba(0, 0, 0, 0.2);
}
.listItem:hover {
background: rgba(0, 0, 0, 0.4);
}
.progressring-spiner {