Skip to content

Commit

Permalink
Revert "chore(ai-help): show example category colors on hover"
Browse files Browse the repository at this point in the history
This reverts commit bb95a3e.
  • Loading branch information
caugner committed Jun 19, 2023
1 parent 6362356 commit d4edcd5
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions client/src/plus/ai-help/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,30 +126,6 @@

&:hover {
color: var(--ai-help-link);

&.category-apis {
--category-color-engage: var(--apis-accent-engage);
}

&.category-css {
--category-color-engage: var(--css-accent-engage);
}

&.category-html {
--category-color-engage: var(--html-accent-engage);
}

&.category-http {
--category-color-engage: var(--http-accent-engage);
}

&.category-js {
--category-color-engage: var(--js-accent-engage);
}

&.category-learn {
--category-color-engage: var(--learn-accent-engage);
}
}
}

Expand Down

0 comments on commit d4edcd5

Please sign in to comment.