Skip to content

Commit f365d64

Browse files
committed
fix: add hover for fast and restart elements
1 parent 69ebb8f commit f365d64

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ a[data-internal-link][target="_blank"]:not(:has(img)):not(.no-link-icon):not(.an
8686
a[data-internal-link][target="_blank"]:not(:has(img)):not(.no-link-icon):not(.announce-link):hover::after {
8787
opacity: 0.85;
8888
}
89+
a[data-terminal-control] {
90+
cursor: pointer;
91+
}
8992

9093
/* Disable link icons in footer and header nav */
9194
.md-footer a::after,

0 commit comments

Comments
 (0)