1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-08 19:31:33 +00:00

stop setting specific background color on .cdm.expanded

This commit is contained in:
Andrew Dolgov
2021-03-10 12:57:46 +03:00
parent e826c9e055
commit 96031c80bf
7 changed files with 17 additions and 30 deletions

View File

@@ -137,10 +137,6 @@ div.cdm.expanded div.header a.title {
font-family : @fonts-ui-bold;
}
div.cdm.expanded.active {
background : white;
}
div.cdm.expanded.active div.header a.title {
color : @color-link;
}