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 ++++++ index.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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; +} diff --git a/index.md b/index.md index 954b119..1161c6c 100644 --- a/index.md +++ b/index.md @@ -15,9 +15,9 @@ jekyll-theme