Skip to content
Snippets Groups Projects
Commit 3d1e7a80 authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'Added hover for dark mode on list item' (#381) from...

Merge pull request 'Added hover for dark mode on list item' (#381) from OZG-4682-dark-mode into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/alfa/pulls/381


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents 1ec9852d 9091bb5c
No related branches found
No related tags found
No related merge requests found
...@@ -120,6 +120,12 @@ ...@@ -120,6 +120,12 @@
body.dark :host .list-item { body.dark :host .list-item {
box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.08); box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.08);
&:hover,
&:focus-within {
box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.16), inset 1px 0 0 rgba(255, 255, 255, 0.16), inset -1px 0 0 rgba(255, 255, 255, 0.16), 0 1px 2px 1px rgba(255, 255, 255, 0.16);
z-index: 1;
outline: 0;
}
} }
.ellipsis { .ellipsis {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment