mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-06 01:56:37 +00:00
deploy: 0dde58adc3
This commit is contained in:
parent
bc8ef53b56
commit
99c688769e
263 changed files with 6242 additions and 6238 deletions
css
|
@ -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,
|
||||
|
@ -1715,6 +1718,7 @@ html[dir="rtl"] .menu-control span {
|
|||
.menu-control button {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
height: 1.33rem;
|
||||
outline: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -1722,7 +1726,7 @@ html[dir="rtl"] .menu-control span {
|
|||
.menu-control button:focus,
|
||||
.menu-control select:active,
|
||||
.menu-control select:focus{
|
||||
outline-style: auto;
|
||||
outline-style: solid;
|
||||
}
|
||||
|
||||
.menu-control select {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue