瀏覽代碼

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;