summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-01-28 07:14:13 +0300
committerAndrew Dolgov <[email protected]>2021-01-28 07:14:13 +0300
commiteb896f824d0c05ffce552c532a654b45a42f71fd (patch)
treeadfd2c25afcc4f04314144e62536c6cd10cc9cd2 /themes/night.css
parent927df33d4978cdefa36f747e72c95c406ab5c407 (diff)
night theme: disable on-hover undimming
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/night.css b/themes/night.css
index c126dc774..86e8f0a0f 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -2077,12 +2077,6 @@ body.flat.ttrss_main .post .content img,
body.flat.ttrss_main .cdm .content-inner img,
body.flat.ttrss_main .post .content video,
body.flat.ttrss_main .cdm .content-inner video {
- transition: filter 0.25s linear;
-}
-body.flat.ttrss_main .post .content img:not(:hover),
-body.flat.ttrss_main .cdm .content-inner img:not(:hover),
-body.flat.ttrss_main .post .content video:not(:hover),
-body.flat.ttrss_main .cdm .content-inner video:not(:hover) {
filter: saturate(0.9) brightness(0.8);
}
body.flat.ttrss_main .article-note {