Skip to content

Commit

Permalink
feat: simplify button styles; use btn-outline on keys instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
squigglybob committed Dec 19, 2024
1 parent f88609d commit 4a948ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dt-core/admin/components/setup-wizard-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export class SetupWizardKeys extends OpenLitElement {
Upgrade maps and get precise locations with a Mapbox key.
<br />
<button
class="btn-outline"
type="button"
@click=${() => {
this.show_mapbox_instructions =
Expand Down Expand Up @@ -165,6 +166,7 @@ export class SetupWizardKeys extends OpenLitElement {
key.
<br />
<button
class="btn-outline"
type="button"
@click=${() => {
this.show_google_instructions =
Expand Down
1 change: 0 additions & 1 deletion dt-core/admin/components/setup-wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export class SetupWizard extends LitElement {
cursor: pointer;
background-color: var(--default-color);
transition: all 120ms linear;
box-shadow: 1px 1px 3px 0 var(--default-dark);
}
button:hover,
button:active,
Expand Down

0 comments on commit 4a948ce

Please sign in to comment.