Skip to content

Commit

Permalink
fix: clipboard button hover
Browse files Browse the repository at this point in the history
  • Loading branch information
lotusk08 committed Dec 3, 2024
1 parent 9fac89b commit 322385b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions _sass/base/_syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,12 @@ div {
@extend %cursor-pointer;
@extend %rounded;

border: 0px solid transparent;
border: none;
height: v.$code-header-height;
width: v.$code-header-height;
padding: 0;
background-color: inherit;
background-color: transparent;
transition: border-color 0.3s ease, background-color 0.3s ease;

i {
color: var(--code-header-icon-color);
Expand Down
2 changes: 1 addition & 1 deletion assets/lib
Submodule lib updated 1 files
+1 −15 fonts/main.css

0 comments on commit 322385b

Please sign in to comment.