Skip to content

Commit

Permalink
React migration cleanup (#4572)
Browse files Browse the repository at this point in the history
* Revisit ANGULAR_REMOVE_ME things

* Remove styles related to 3rd-party Angular and jQuery libraries

* Remove some more unused styles

* Revisit error handling (app-wide)

* Remove unused file

* CR1
  • Loading branch information
kravets-levko authored Jan 22, 2020
1 parent c92bb63 commit cbc5626
Show file tree
Hide file tree
Showing 65 changed files with 413 additions and 2,078 deletions.
8 changes: 0 additions & 8 deletions client/app/assets/less/inc/angular.less

This file was deleted.

30 changes: 1 addition & 29 deletions client/app/assets/less/inc/edit-in-place.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
}

.edit-in-place span.editable {
display: inline-block;
cursor: pointer;
}

Expand All @@ -23,32 +24,3 @@
.edit-in-place {
display: inline-block;
}

.edit-in-place {
.rd-form-control {
padding: 0px 6px;
width: 30vw;
}

&.active {
textarea.rd-form-control {
height: 29px;
width: 40vw;
}
}
}


@media (max-width: 880px) {
.edit-in-place {
.rd-form-control {
width: 50vw;
}

&.active {
textarea.rd-form-control {
width: 50vw;
}
}
}
}
Loading

0 comments on commit cbc5626

Please sign in to comment.