Skip to content

Commit

Permalink
fix #18; disable Previous and Next link if first or last
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Dec 27, 2021
1 parent d7b93cd commit 8b06425
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.css.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
@import "tree";
@import "ontolobridge";
@import "fair_assement";
@import "instances_table";

/* Bootstrap and Font Awesome */
@import "bootstrap";
Expand Down
6 changes: 6 additions & 0 deletions app/assets/stylesheets/instances_table.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
a.paginate_button.disabled{
pointer-events: none;
cursor: default;
text-decoration: none !important;
color: gray !important;
}

0 comments on commit 8b06425

Please sign in to comment.