Disable hover on readonly lists.

This commit is contained in:
2019-03-03 11:44:47 +01:00
parent 7339c15b1e
commit b4303e205b

View File

@@ -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);
}