Skip to content

Commit

Permalink
fix fontawesome
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja committed Nov 13, 2024
1 parent 8e477a3 commit 5b77c09
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/css/clipboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ a.copy-code-button:hover {
position: absolute;
top: -20px;
right: 0;
display: none;
align-items: center;
z-index: 1;
display: flex;
}

.doc .listingblock code /*[data-lang]*/ + .source-type-box .data-source {
Expand All @@ -51,10 +51,6 @@ a.copy-code-button:hover {
border-right: 1px solid var(--pre-border-color);
}

.doc .listingblock code /*[data-lang]*/ + .source-type-box {
display: flex;
}

.doc .listingblock pre .fade-shadow {
display: none;
background:
Expand Down

0 comments on commit 5b77c09

Please sign in to comment.