Skip to content

Commit

Permalink
Keep white outline for multiuse info icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoendergaard committed Nov 16, 2024
1 parent 1fe9e90 commit e09a091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/Sources/scss/_field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
width: 14px;
height: 14px;
border-radius: 50%;
background-color: var(--mask-default-bg);
background-color: #fff;
background-size: 1em 1em;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 16 16'%3e%3cg fill='%230060b8'%3e%3cpath d='M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm1 10a1 1 0 1 1-2 0V8a1 1 0 1 1 2 0v3zM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2z'/%3e%3c/g%3e%3c/svg%3e");
}
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Styles/mask.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e09a091

Please sign in to comment.