mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
413c2bb906
commit
bd073923cc
1 changed files with 2 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue