Disable "dashed-line on hover" for single-post pages

This commit is contained in:
Hippo 2019-08-22 18:10:10 +05:30
parent 7f738bf974
commit 01d0fad9dd
1 changed files with 5 additions and 0 deletions

View File

@ -109,6 +109,11 @@ article.post {
padding: 0.5em;
}
/* Don't put dotted lines for single articles */
.single article.post:hover {
border: 0.2em dashed rgba(0,0,0,0);
}
/* Image Grid */
/* Grid style */
.display-posts-listing.grid {