소스 검색

.flux:not(.current):hover

Contribue à https://github.com/marienfressinaud/FreshRSS/issues/367
Alexandre Alapetite 12 년 전
부모
커밋
f98af0c273
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      p/themes/Dark/freshrss.css
  2. 1 1
      p/themes/Flat/freshrss.css
  3. 1 1
      p/themes/Origine/freshrss.css

+ 1 - 1
p/themes/Dark/freshrss.css

@@ -269,7 +269,7 @@
 		.flux .item.title {
 			background: inherit;
 		}
-		.flux:hover .item.title {
+		.flux:not(.current):hover .item.title {
 			border-right: 2px solid rgba(127, 127, 127, 0.1);
 			padding-right: 1em;
 			position: absolute;

+ 1 - 1
p/themes/Flat/freshrss.css

@@ -264,7 +264,7 @@ body {
 		.flux .item.title {
 			background: inherit;
 		}
-		.flux:hover .item.title {
+		.flux:not(.current):hover .item.title {
 			border-right: 2px solid rgba(127, 127, 127, 0.1);
 			padding-right: 1em;
 			position: absolute;

+ 1 - 1
p/themes/Origine/freshrss.css

@@ -278,7 +278,7 @@
 		.flux .item.title {
 			background: inherit;
 		}
-		.flux:hover .item.title {
+		.flux:not(.current):hover .item.title {
 			border-right: 2px solid rgba(127, 127, 127, 0.1);
 			padding-right: 1em;
 			position: absolute;