gui: Remove extra href on folder panel titles

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3139
This commit is contained in:
norgeous
2016-05-22 16:17:33 +00:00
committed by Audrius Butkevicius
parent 4bc2b3f369
commit 37816e3818
2 changed files with 10 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ ul+h5 {
text-overflow: ellipsis;
overflow: hidden;
}
.panel-title a:hover {
a.panel-heading:hover {
text-decoration: none;
}