Browse Source

Fix dropdown menu hover color

Volodymyr Tkach 2 years ago
parent
commit
9373c47bdc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      gogs/public/css/dark-gogs.dev.css

+ 4 - 0
gogs/public/css/dark-gogs.dev.css

@@ -141,6 +141,10 @@ h2 a.anchor .octicon.octicon-link {
 	color: #fff !important;
 }
 
+.ui.dropdown .menu>.item:hover {
+	background: rgb(79 91 119 / 10%);
+}
+
 .repository .filter.dropdown .menu {
 	background-color: #161b22 !important;
 	color: lightgrey !important;