Rails Guides - set "cursor: pointer" and on hover "color: #005cc5" css to copy code button [ci-skip]

This commit is contained in:
sampatbadhe 2022-11-06 09:55:48 +05:30
parent 45eceb2744
commit cffce5d646
1 changed files with 6 additions and 1 deletions

View File

@ -252,7 +252,12 @@ body {
padding: 2px 10px;
position: absolute;
bottom: 2px;
right: 2px
right: 2px;
cursor: pointer;
}
.clipboard-button:hover {
color: #005cc5;
}
.clipboard-button:active {