Skip to content

Commit

Permalink
style: 🚨 fix style lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Mar 2, 2020
1 parent 3d0c2cd commit a182324
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/command_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@

.color {
border-radius: 50%;
box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
box-shadow: rgba(0, 0, 0, .2) 0px 3px 3px -2px, rgba(0, 0, 0, .14) 0px 3px 4px 0px, rgba(0, 0, 0, .12) 0px 1px 8px 0px;
color: $white-color;
height: 40px;
width: 40px;
Expand Down
1 change: 0 additions & 1 deletion src/styles/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
&--focused {
&::before {
border: 2px solid $light-primary-color;
;
bottom: 0;
content: '';
left: 0;
Expand Down

0 comments on commit a182324

Please sign in to comment.