Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/site/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
@mixin widget {
margin: $space-xs 0;
border: $border-light;
border-color: $very-light-gray;
border-color: $light-gray;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stefan-dragomir hover state of widget also has light-gray border color

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated hover to "gray", made "gray" a bit darker for contrast.
PR #40

height: $field-height;
color: $secondary;
padding: 0 $space-s;
Expand Down
2 changes: 1 addition & 1 deletion src/site/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $error: #c61d17;
$light-error: rgba(235,60,54,0.05);
$white: #fff;
$gray: rgb(109, 109, 109);
$light-gray: #969696;
$light-gray: #8E8E8E;
$very-light-gray: #ddd;
$disabled-color: $background-color;

Expand Down