Skip to content

Commit

Permalink
Adjust toolbar radio colors (emberjs#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
nummi authored and cyril-sf committed Mar 30, 2022
1 parent 4b8c887 commit ee945ea
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions app/styles/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,8 @@
--spec12: #83FD83;
--spec13: #B6882D;
--spec14: #130E05;
--spec15: #cd61a7;
--spec16: #7fb56d;
--spec17: #328509;
--spec18: #9c0f9c;
}
6 changes: 3 additions & 3 deletions app/styles/object_inspector.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
left: -9px;
width: 1px;
height: 8px;
background-color: #888;
background-color: var(--base16);
}

svg {
Expand All @@ -55,8 +55,8 @@
left: -13px;

ellipse {
stroke: #888;
fill: #fff;
stroke: var(--base16);
fill: var(--base00);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/styles/pill.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
background: transparent;
border-radius: 8px;
vertical-align: middle;
background: var(--base18);
background: var(--base11);
}

a.active > .pill {
Expand Down
6 changes: 3 additions & 3 deletions app/styles/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ $toolbar-height: 28px;
margin-left: 2px;
margin-right: 2px;
padding: 0 6px;
background: var(--base12);
background: var(--base03);
border: none;
border-radius: 2px;
vertical-align: middle;
Expand All @@ -171,11 +171,11 @@ $toolbar-height: 28px;
}

.toolbar__radio:hover {
background: var(--base16);
background: var(--base06);
}

.toolbar__radio:active {
background: var(--base19);
background: var(--base00);
}

.toolbar__radio.active {
Expand Down
2 changes: 1 addition & 1 deletion public/assets/svg/dependent-key-bullet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/assets/svg/dependent-key-connection.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee945ea

Please sign in to comment.