diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-29 19:54:25 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-29 19:54:25 +0200 |
| commit | 01f6f89c7de7dee3c91d2850490981d73a3c0465 (patch) | |
| tree | 5a26e2344d95c436e31cdd3c4388fda7ef40dae2 /src/App.scss | |
| parent | 23a8bee053c7c5cfa0daee1fe8bd46d22221bb56 (diff) | |
interactive lists & non-interactive lists
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 9e549b86..289add77 100644 --- a/src/App.scss +++ b/src/App.scss @@ -411,6 +411,10 @@ nav { --__horizontal-gap: 0.75em; --__vertical-gap: 0.5em; + &.-non-interactive { + cursor: auto; + } + &.-active, &:hover { border-top-width: 1px; |
