Disable hover on readonly lists.
This commit is contained in:
@@ -62,3 +62,9 @@ a:hover {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Theme customizations */
|
||||
.list-group-item:hover {
|
||||
color: inherit;
|
||||
background-color: rgb(34, 34, 34);
|
||||
}
|
||||
Reference in New Issue
Block a user