Skip to content

Commit 2f5c9db

Browse files
committed
fix share link color
1 parent a011048 commit 2f5c9db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

views/index.pug

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,17 @@ block prepend content
8080
// use `data-bs-toggle="modal"` on the `<a>` itself, as that would prevent the clipboard button from working.
8181
// Bootstrap's default blanket event handler beats out any event handler we manually attach to the button.
8282
if storageSolution !== "null"
83-
a.dropdown-item.link-primary#shareShort(data-bs-target="#sharelinkdialog" data-bind="Short")
83+
a.dropdown-item#shareShort(data-bs-target="#sharelinkdialog" data-bind="Short")
8484
span.dropdown-icon.fas.fa-cloud.d-inline
8585
| Short Link
8686
button.btn.btn-sm.copy-link-btn.clip-icon.float-end(data-bs-target="" data-bs-toggle="none")
8787
span.dropdown-icon.fa.fa-clipboard
88-
a.dropdown-item.link-primary#shareFull(data-bs-target="#sharelinkdialog" data-bind="Full")
88+
a.dropdown-item#shareFull(data-bs-target="#sharelinkdialog" data-bind="Full")
8989
span.dropdown-icon.fas.fa-store-slash.d-inline
9090
| Full Link
9191
button.btn.btn-sm.copy-link-btn.clip-icon.float-end(data-bs-toggle="none")
9292
span.dropdown-icon.fa.fa-clipboard
93-
a.dropdown-item.link-primary#shareEmbed(data-bs-target="#sharelinkdialog" data-bind="Embed")
93+
a.dropdown-item#shareEmbed(data-bs-target="#sharelinkdialog" data-bind="Embed")
9494
span.dropdown-icon.fas.fa-window-restore.d-inline
9595
| Embed in iframe
9696
// This is not an oversight, there is in fact a .float-end missing here that's there in the other 2

0 commit comments

Comments
 (0)