fix: map header having a hover effect (#51188)

pull/51193/head
Muhammed Mustafa 2023-08-09 12:27:05 +03:00 committed by GitHub
parent 2eef45a209
commit 50eff882cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -23,9 +23,7 @@
padding: 25px 15px 10px; padding: 25px 15px 10px;
} }
.big-block-title:hover, .block-header .big-block-title:is(:hover, :focus, :active) {
.big-block-title:focus,
.big-block-title:active {
background-color: var(--primary-background); background-color: var(--primary-background);
} }