Skip to content

Commit

Permalink
Merge pull request #15607 from craftcms/bugfix/icon-size
Browse files Browse the repository at this point in the history
Fix icon sizes
  • Loading branch information
brandonkelly authored Aug 29, 2024
2 parents d8c12bb + b252023 commit 14eac0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/cp.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/cp.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/web/assets/cp/src/css/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
--inner-focus-ring: inset 0 0 0 1px hsl(var(--dark-focus-hsl)),
inset 0 0 0 3px hsl(var(--dark-focus-hsl) / var(--focus-ring-alpha));
--touch-target-size: calc(24rem / 16);
--icon-size: 1rem;
}

body,
Expand Down

0 comments on commit 14eac0d

Please sign in to comment.