Skip to content

Commit

Permalink
Merge pull request #3955 from sul-dlss/remove-disabled
Browse files Browse the repository at this point in the history
Remove unused style for btn-sul-toolbar and pagination
  • Loading branch information
marlo-longley authored Feb 21, 2024
2 parents 364f2a6 + 98bd283 commit dc6e25b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 29 deletions.
5 changes: 0 additions & 5 deletions app/assets/stylesheets/modules/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ $btn-preview-border: darken($sul-btn-preview-bg, 9.8%);
border-bottom: none;
}

&.disabled {
border: none;
color: rgba($sul-btn-disabled-color, $sul-btn-disabled-opacity);
}

&:hover, &:focus, &:active {
text-decoration: underline;
}
Expand Down
5 changes: 0 additions & 5 deletions app/assets/stylesheets/modules/pagination.scss

This file was deleted.

17 changes: 0 additions & 17 deletions app/assets/stylesheets/modules/results-documents.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,6 @@
}
}

#content {
.pagination {
i.fa-chevron-left, i.fa-chevron-right {
margin: 0 3px;
}

li.disabled {
color: rgba($sul-btn-disabled-color, $sul-btn-disabled-opacity);
}
}

.active a {
background-color: $sul-pagination-active-bg;
border-color: $sul-pagination-active-bg;
}
}

.facets.sidenav {
.top-panel-heading {
border-bottom: none;
Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/searchworks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
@import 'modules/managed_purl_panel';
@import 'modules/mastheads';
@import 'modules/online-resource-links';
@import 'modules/pagination';
@import 'modules/panel-in-collection';
@import 'modules/purl-embed-viewer';
@import 'modules/recent-selections';
Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/sul-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ $sul-masthead-bg: $light-sandstone;
$sul-masthead-border: $cloud;
$sul-masthead-color: $blackish;
$sul-btn-disabled-color: $cool-grey;
$sul-btn-disabled-opacity: 0.9;
$sul-main-title-date-color: $cool-grey;
$sul-browse-nearby-container-border: $cloud;
$sul-side-nav-minimap-background-color: $light-sandstone;
Expand Down

0 comments on commit dc6e25b

Please sign in to comment.