mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-08-02 18:08:34 +00:00
Fix autocomplete and copy button
This commit is contained in:
@ -212,6 +212,9 @@
|
||||
&[icon='download']::before {
|
||||
background-image: url(https://fonts.gstatic.com/s/i/short-term/release/materialsymbolsoutlined/download/default/48px.svg);
|
||||
}
|
||||
&[icon='copy']::before {
|
||||
background-image: url(https://fonts.gstatic.com/s/i/short-term/release/materialsymbolsoutlined/content_copy/default/48px.svg);
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@ -239,6 +242,12 @@
|
||||
icon="download"
|
||||
id="download"
|
||||
type="button"></button>
|
||||
<button
|
||||
title="Copy the content of the editor to the clipboard"
|
||||
class="icon"
|
||||
icon="copy"
|
||||
id="copy"
|
||||
type="button"></button>
|
||||
<input
|
||||
required
|
||||
autocomplete="new-password"
|
||||
|
Reference in New Issue
Block a user