Skip to content

Commit

Permalink
nav outline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Weedshaker committed Feb 13, 2024
1 parent 02060db commit a3a6882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/css/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
--dark: #000f33;
--dialog-left-slide-in-background-color: var(--background-color, canvas);
--dialog-left-slide-in-gap-custom: var(--spacing);
--dialog-left-slide-in-outline-style: none;
--dialog-left-slide-in-padding-custom: var(--spacing);
--font-family-secondary: Kashima, Arial, sans-serif;
--font-family: Arial, sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion src/es/Environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ self.Environment = {
isTestingEnv: location.hostname === 'localhost',
language: currentScriptUrl.searchParams.get('language') || document.documentElement.getAttribute('lang') || 'en',
stage: currentScriptUrl.searchParams.get('stage') || document.documentElement.getAttribute('stage') || 'alpha',
version: currentScriptUrl.searchParams.get('version') || document.documentElement.getAttribute('version') || '3.0.9', // https://semver.org/
version: currentScriptUrl.searchParams.get('version') || document.documentElement.getAttribute('version') || '3.0.10', // https://semver.org/
/**
* Get custom mobile breakpoint
* @param {{constructor?: string, tagName?: string, namespace?: string}} organism
Expand Down

0 comments on commit a3a6882

Please sign in to comment.