Skip to content

Commit

Permalink
Merge pull request #6893 from samvera/fix-gradient-background-on-feat…
Browse files Browse the repository at this point in the history
…ured-works-content

Fix subtle background gradient on featured works
  • Loading branch information
kirkkwang authored Aug 19, 2024
2 parents 69f0b81 + e9e360f commit b02cd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/hyrax/_nestable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ tr.dd-item {
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box; -moz-box-sizing: border-box;
Expand Down

0 comments on commit b02cd98

Please sign in to comment.