mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Hide the cursor of icons, images, and code snippets
Found on Windows with mouse
This commit is contained in:
@@ -189,6 +189,13 @@ footer {
|
||||
}
|
||||
}
|
||||
|
||||
i { // fontawesome icons
|
||||
&.far,
|
||||
&.fas {
|
||||
@extend %no-cursor;
|
||||
}
|
||||
}
|
||||
|
||||
/* --- Panels --- */
|
||||
|
||||
.access {
|
||||
@@ -473,6 +480,8 @@ footer {
|
||||
|
||||
&.img-link {
|
||||
@include caption;
|
||||
|
||||
@extend %no-cursor;
|
||||
}
|
||||
|
||||
} // a
|
||||
@@ -852,6 +861,8 @@ $sidebar-display: "sidebar-display";
|
||||
}
|
||||
|
||||
.icon-border {
|
||||
@extend %no-cursor;
|
||||
|
||||
background-color: var(--sidebar-muted-color);
|
||||
content: "";
|
||||
width: 3px;
|
||||
|
||||
Reference in New Issue
Block a user