Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
[Expressions] Make plus icon darker in pane (#6070)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing authored and jasonLaster committed Apr 24, 2018
1 parent eec349e commit e25f418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/components/SecondaryPanes/Expressions.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */

.watch-expressions-pane .plus {
margin-top: -2px;
}

.expression-input-form {
width: 100%;
}
Expand Down
6 changes: 5 additions & 1 deletion src/components/SecondaryPanes/SecondaryPanes.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,14 @@
display: flex;
}

.secondary-panes .accordion .plus {
margin-top: -2px;
}

.secondary-panes .accordion .plus svg {
width: 12px;
margin-top: 3px;
fill: var(--theme-comment-alt);
fill: var(--theme-body-color);
}

.secondary-panes .accordion .plus.active svg {
Expand Down

0 comments on commit e25f418

Please sign in to comment.