Merge pull request #3237 from Piccar/hoverEffect
This commit is contained in:
@@ -207,10 +207,6 @@ a[data-role=button] {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.actionSheetMenuItem:hover {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.toast {
|
||||
background: #303030;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
@@ -272,6 +268,10 @@ a[data-role=button] {
|
||||
}
|
||||
|
||||
.listItem:focus {
|
||||
background: #bbb;
|
||||
}
|
||||
|
||||
.listItem:hover {
|
||||
background: #ddd;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user