Skip to content

Commit

Permalink
🔧 chore(default.scss): Remove unused focus styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Dec 18, 2023
1 parent b164485 commit 68eb3a2
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 27 deletions.
2 changes: 0 additions & 2 deletions dist/cirrus-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@
--font-size-m: 1rem;
--font-size-l: 1.25rem;
--font-size-xl: 1.5rem;
--cirrus-focus-size: 0 0 0.1rem 0.15rem;
--cirrus-focus-color: rgba(240, 61, 77, 0.13);
--bg-opacity: 1;
--color-opacity: 1;
--border-opacity: 1;
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-all.min.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/cirrus-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@
--font-size-m: 1rem;
--font-size-l: 1.25rem;
--font-size-xl: 1.5rem;
--cirrus-focus-size: 0 0 0.1rem 0.15rem;
--cirrus-focus-color: rgba(240, 61, 77, 0.13);
--bg-opacity: 1;
--color-opacity: 1;
--border-opacity: 1;
Expand Down
10 changes: 1 addition & 9 deletions dist/cirrus-core.min.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/cirrus.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@
--font-size-m: 1rem;
--font-size-l: 1.25rem;
--font-size-xl: 1.5rem;
--cirrus-focus-size: 0 0 0.1rem 0.15rem;
--cirrus-focus-color: rgba(240, 61, 77, 0.13);
--bg-opacity: 1;
--color-opacity: 1;
--border-opacity: 1;
Expand Down
6 changes: 1 addition & 5 deletions dist/cirrus.min.css

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions src/base/default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
--font-size-l: #{$font-size-l};
--font-size-xl: #{$font-size-xl};

--cirrus-focus-size: #{$focus-size};
--cirrus-focus-color: #{$focus-color};

// Global var defaults
--bg-opacity: 1;
--color-opacity: 1;
Expand Down
3 changes: 0 additions & 3 deletions src/internal/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,3 @@ $placeholder-fg: #a9a9a9;

$animation-duration: 0.2s;
$focus-opacity: 0.55;

$focus-size: 0 0 0.1rem 0.15rem;
$focus-color: rgba(240, 61, 77, 0.13);

0 comments on commit 68eb3a2

Please sign in to comment.