Selaa lähdekoodia

:art: filelist hover 颜色变浅 a 加 下线

visuddhinanda 4 vuotta sitten
vanhempi
sitoutus
6b029c94a7
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4 1
      app/studio/css/style.css

+ 4 - 1
app/studio/css/style.css

@@ -4729,7 +4729,10 @@ note {
 }
 }
 
 
 .file_list_row:hover {
 .file_list_row:hover {
-	background-color: gray;
+	background-color: var(--btn-hover-bg-color);
+}
+.file_list_row:hover a{
+	text-decoration:underline;
 }
 }
 .file_list_row .hover_button {
 .file_list_row .hover_button {
 	visibility: hidden;
 	visibility: hidden;