From ec5d5422ca7220975a4eded9a39a9f2a30d9e758 Mon Sep 17 00:00:00 2001 From: Mads Ohm Larsen Date: Sun, 8 Sep 2024 14:17:33 +0200 Subject: [PATCH] [ruby/rdoc] Use pointer cursor for navigation toggle (https://github.com/ruby/rdoc/pull/1175) https://github.com/ruby/rdoc/commit/964a1982c8 --- lib/rdoc/generator/template/darkfish/css/rdoc.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rdoc/generator/template/darkfish/css/rdoc.css b/lib/rdoc/generator/template/darkfish/css/rdoc.css index 7171fd7895..169a6331e9 100644 --- a/lib/rdoc/generator/template/darkfish/css/rdoc.css +++ b/lib/rdoc/generator/template/darkfish/css/rdoc.css @@ -223,6 +223,7 @@ nav a:hover { position: fixed; top: 10px; left: 20px; + cursor: pointer; } #navigation-toggle[aria-expanded="true"] {