mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
button: change color on active for transparent buttons #726
This commit is contained in:
parent
e2079297ba
commit
6cdff186c0
1 changed files with 4 additions and 1 deletions
|
@ -369,7 +369,10 @@ pre:not(.mermaid) .copy-to-clipboard-button:hover {
|
|||
|
||||
.btn.cstyle.transparent:hover,
|
||||
.btn.cstyle.transparent:focus,
|
||||
.btn.cstyle.transparent:active {
|
||||
.btn.cstyle.transparent:active,
|
||||
.btn.cstyle.transparent:has(a:hover),
|
||||
.btn.cstyle.transparent:has(a:focus),
|
||||
.btn.cstyle.transparent:has(a:active) {
|
||||
background-color: var(--INTERNAL-BOX-NEUTRAL-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue