Merge pull request #1492 from sharelatex/spd-dropbox-unlink-csrf

Add csrf protection for unlinking Dropbox accounts

GitOrigin-RevId: 00bbf0b8d4dc9f97098a645267bf23a6c3e5eea3
This commit is contained in:
Simon Detheridge 2019-02-11 11:24:05 +00:00 committed by sharelatex
parent c7f30bdfec
commit 78b79999e9

View file

@ -70,7 +70,8 @@
}
.alert when (@is-overleaf = true) {
a {
a,
.btn-inline-link {
color: white;
text-decoration: underline;
}