Skip to content

Fix visual bug on grade #2500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lishaduck opened this issue May 19, 2025 · 0 comments
Open

Fix visual bug on grade #2500

lishaduck opened this issue May 19, 2025 · 0 comments

Comments

@lishaduck
Copy link

I whipped out inspect to figure out this peeve of mine lol

Some grades have this:

Image

Add this:

/** Licensed CC0 */
#grades_summary td.details a {
  text-decoration: none;
}

To this section:

& a {
color: $ic-icon-link-color;
&:hover, &:focus {
color: $ic-icon-link-color-hover;
}
&.turnitin_similarity_score {
color: $ic-color-light;
}

Now it looks like this:

Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant