diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-26 17:43:41 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-26 17:43:41 +0100 |
| commit | 44bc0af7f094257fa7e8f268c08cad3a119bd643 (patch) | |
| tree | 1cd55b194f3b134f64addd9552c27a7dcba930e6 | |
| parent | 19c4d165c060de65f1912072559763c088a6a251 (diff) | |
| download | quatuorbellefeuille.com-44bc0af7f094257fa7e8f268c08cad3a119bd643.tar.xz | |
Highlight thumbnail on keyboard focus
| -rw-r--r-- | stylesheets/actualités.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/actualités.css b/stylesheets/actualités.css index 2063238..9d6508e 100644 --- a/stylesheets/actualités.css +++ b/stylesheets/actualités.css @@ -109,7 +109,7 @@ transition: 0.5s; } - .event:hover img { + .event:hover img, .event:focus-within img { filter: grayscale(0.8) brightness(0.4); } @@ -119,7 +119,7 @@ transition: 0.5s; } - .event:hover .summary { + .event:hover .summary, .event:focus-within .summary { opacity: 1; } } |
