Merge pull request #3237 from Piccar/hoverEffect
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user