button: fix outline color for some unusual derivations #838

This commit is contained in:
Sören Weber 2024-04-23 21:52:24 +02:00
parent e326a8e85f
commit 12d3a91067
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -451,7 +451,10 @@ article a:active .copy-to-clipboard,
article a:focus .copy-to-clipboard,
article a.lightbox-back:hover > img:only-child:empty,
article a.lightbox-back:active > img:only-child:empty,
article a.lightbox-back:focus > img:only-child:empty {
article a.lightbox-back:focus > img:only-child:empty
article .btn > button:hover,
article .btn > button:active,
article .btn > button:focus{
outline: none;
}
article a:hover > img:only-child:empty,