Website: Update button hover state on /try-fleet page (#22942)

Related to: #22885

Changes:
- Updated the copy buttons on the /try-fleet page to always be visible.
This commit is contained in:
Eric 2024-10-15 16:01:46 -05:00 committed by GitHub
parent 413c2bb906
commit bd073923cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,7 +137,7 @@
}
[purpose='install-copy-button'], [purpose='command-copy-button'] {
display: none;
display: inline-block;
background: url('/images/icon-copy-16x16@2x.png');
font-size: 32px;
position: absolute;
@ -163,10 +163,7 @@
}
&:hover {
[purpose='install-copy-button'], [purpose='command-copy-button'] {
display: inline-block;
&:hover {
background-color: #F2F2F5;
}
background-color: #F2F2F5;
}
}
}