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/components/list/list_item.style.js | |
| parent | 23a8bee053c7c5cfa0daee1fe8bd46d22221bb56 (diff) | |
interactive lists & non-interactive lists
Diffstat (limited to 'src/components/list/list_item.style.js')
| -rw-r--r-- | src/components/list/list_item.style.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/list/list_item.style.js b/src/components/list/list_item.style.js index ae8dc5f4..e82a0a83 100644 --- a/src/components/list/list_item.style.js +++ b/src/components/list/list_item.style.js @@ -3,7 +3,7 @@ export default { selector: '.list-item', states: { active: '.-active', - hover: ':hover' + hover: ':hover:not(.-non-interactive)' }, validInnerComponents: [ 'Text', |
