From f20a852b276a3f8e65b3b0dd797c90e0374b2e42 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 22 Mar 2022 21:47:20 +0300 Subject: css: fix cursor on disabled list group items --- assets/css/jekyll-theme/fix_bootstrap.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'assets') diff --git a/assets/css/jekyll-theme/fix_bootstrap.css b/assets/css/jekyll-theme/fix_bootstrap.css index 64b0916..a6b09f5 100644 --- a/assets/css/jekyll-theme/fix_bootstrap.css +++ b/assets/css/jekyll-theme/fix_bootstrap.css @@ -47,3 +47,9 @@ pre code { pre { position: relative; } +/* Don't change the cursor, why? Also, use simple
s as + * .list-group-item.disabled elements instead of s. */ +.list-group-item.disabled { + cursor: auto !important; + user-select: none; +} -- cgit v1.2.3