소스 검색

Fix bug graphique au survol des liens dans le dropdown notifs

omassot 6 년 전
부모
커밋
b692ede529
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/static/css/custom.css

+ 1 - 1
main/static/css/custom.css

@@ -247,7 +247,7 @@ select[multiple] option {
 }
 
 /* Change color of dropdown links on hover */
-.dropdown-content a:hover {
+.dropdown-content>a:hover {
 	/* text-decoration: underline !important; */
 	font-weight: 900;
 	background-color: #ff9966;