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
commit a359c8c831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 37 additions and 21 deletions

View file

@ -194,10 +194,6 @@ a[data-role=button] {
color: #fff;
}
.actionSheetMenuItem:hover {
background-color: #ddd;
}
.toast {
background: #303030;
color: rgba(255, 255, 255, 0.87);
@ -276,6 +272,14 @@ a[data-role=button] {
background: rgba(0, 0, 0, 0.2);
}
.listItem:hover {
background: rgba(0, 0, 0, 0.1);
}
.actionSheetMenuItem:hover {
background-color: #ddd;
}
.progressring-spiner {
border-color: #00a4dc;
}