summaryrefslogtreecommitdiff
path: root/themes/night_base.less
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_base.less
parent927df33d4978cdefa36f747e72c95c406ab5c407 (diff)
night theme: disable on-hover undimming
Diffstat (limited to 'themes/night_base.less')
-rw-r--r--themes/night_base.less4
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/night_base.less b/themes/night_base.less
index 5207088a9..76ea04a7f 100644
--- a/themes/night_base.less
+++ b/themes/night_base.less
@@ -274,10 +274,6 @@ body.flat.ttrss_main {
.post .content,
.cdm .content-inner {
img, video {
- transition : filter 0.25s linear;
- }
-
- img:not(:hover), video:not(:hover) {
filter: saturate(0.9) brightness(0.8);
}
}