Skip to content

Commit

Permalink
Strip out legacy spinner and css carried forward from Registry select…
Browse files Browse the repository at this point in the history
…ion screen (CO-1830)
  • Loading branch information
arlen committed Dec 3, 2019
1 parent 422e5b1 commit 552509e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion app/src/Template/Matchgrids/select.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ use \App\Lib\Enum\PermissionEnum;
continue;
}
?>
<div class="row co-row spin">
<div class="row co-row">
<div class="collab-name col">
<?= filter_var($name, FILTER_SANITIZE_SPECIAL_CHARS); ?>
</div>
Expand Down
7 changes: 0 additions & 7 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -744,13 +744,6 @@ body.co_people.canvas .titleNavContainer {
padding: 1em 1em 2em;
position: relative;
}
/* SELECT CO */
#fpCoList .co-row {
cursor: pointer;
}
#fpCoList .mdl-grid.co-row:hover {
background-color: #eee;
}
/* CONFIGURATION PAGE */
#configuration-menu {
padding: 1em;
Expand Down

0 comments on commit 552509e

Please sign in to comment.