Skip to content
Snippets Groups Projects

Issue #3310908: Make the 'detail page' a modal window instead of a separate "page" in app

6 files
+ 126
5
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 5
0
@@ -431,9 +431,14 @@
}
.pb-project__link {
cursor: pointer;
text-decoration: underline;
color: black;
border: none;
background: transparent;
}
.pb-project__link:hover {
text-decoration: none;
color: #003ecc;
}
Loading