mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-22 23:37:53 +00:00
button: fix outline color for some unusual derivations #838
This commit is contained in:
parent
e326a8e85f
commit
12d3a91067
1 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue