File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,11 +145,11 @@ export default class PluginSample extends Plugin {
145
145
dock . element . innerHTML = `<div class="fn__flex-1 fn__flex-column">
146
146
<div class="block__icons">
147
147
<div class="block__logo">
148
- <svg><use xlink:href="#iconEmoji"></use></svg>
148
+ <svg class="block__logoicon" ><use xlink:href="#iconEmoji"></use></svg>
149
149
Custom Dock
150
150
</div>
151
151
<span class="fn__flex-1 fn__space"></span>
152
- <span data-type="min" class="block__icon b3-tooltips b3-tooltips__sw" aria-label="Min ${ adaptHotkey ( "⌘W" ) } "><svg><use xlink:href="#iconMin"></use></svg></span>
152
+ <span data-type="min" class="block__icon b3-tooltips b3-tooltips__sw" aria-label="Min ${ adaptHotkey ( "⌘W" ) } "><svg class="block__logoicon" ><use xlink:href="#iconMin"></use></svg></span>
153
153
</div>
154
154
<div class="fn__flex-1 plugin-sample__custom-dock">
155
155
${ dock . data . text }
You can’t perform that action at this time.
0 commit comments