Skip to content

Commit 3d322b6

Browse files
authored
Un-mute the description text for accessibility (#1340)
- Ticket: [ENG-3235](https://openscience.atlassian.net/browse/ENG-3235) - Feature flag: n/a ## Purpose The description text on the collections discover page was not passing accessibility standards of contrast. This fixes that. ## Summary of Changes 1. Un-mute the text ## Side Effects None ## QA Notes Just needs to run through accessibility testing.
1 parent 0619bd1 commit 3d322b6

File tree

1 file changed

+1
-1
lines changed
  • lib/collections/addon/components/collection-search-result/node

1 file changed

+1
-1
lines changed

lib/collections/addon/components/collection-search-result/node/template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<p>
2424
<div
2525
data-test-collection-search-result-node-description
26-
class='text-muted m-t-sm'>
26+
class='m-t-sm'>
2727
{{#if this.showBody}}
2828
{{unescape-xml-entities this.item.description}}
2929
{{else}}

0 commit comments

Comments
 (0)