File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,17 +80,17 @@ block prepend content
80
80
// use `data-bs-toggle="modal"` on the `<a>` itself, as that would prevent the clipboard button from working.
81
81
// Bootstrap's default blanket event handler beats out any event handler we manually attach to the button.
82
82
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" )
84
84
span.dropdown-icon.fas.fa-cloud.d-inline
85
85
| Short Link
86
86
button.btn.btn-sm.copy-link-btn.clip-icon.float-end ( data-bs-target ="" data-bs-toggle ="none" )
87
87
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" )
89
89
span.dropdown-icon.fas.fa-store-slash.d-inline
90
90
| Full Link
91
91
button.btn.btn-sm.copy-link-btn.clip-icon.float-end ( data-bs-toggle ="none" )
92
92
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" )
94
94
span.dropdown-icon.fas.fa-window-restore.d-inline
95
95
| Embed in iframe
96
96
// This is not an oversight, there is in fact a .float-end missing here that's there in the other 2
You can’t perform that action at this time.
0 commit comments