mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
lightbox: remove outline #838
This commit is contained in:
parent
87812d1e29
commit
1934f80347
1 changed files with 4 additions and 1 deletions
|
@ -448,7 +448,10 @@ article a:active,
|
|||
article a:focus,
|
||||
article a:hover .copy-to-clipboard,
|
||||
article a:active .copy-to-clipboard,
|
||||
article a:focus .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 {
|
||||
outline: none;
|
||||
}
|
||||
article a:hover > img:only-child:empty,
|
||||
|
|
Loading…
Reference in a new issue