Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/scss/components/_accordion.scss

Issue 29602557: Issue 5852 - Change hover/focus/active colour for accordion menu on help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Nov. 9, 2017, 9:29 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« static/scss/base/_variables.scss ('K') | « static/scss/base/_variables.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/components/_accordion.scss
===================================================================
--- a/static/scss/components/_accordion.scss
+++ b/static/scss/components/_accordion.scss
@@ -43,17 +43,17 @@
[dir="rtl"] .accordion-toggle-button
{
text-align: right;
}
.accordion-toggle-button:hover,
.accordion-toggle-button:focus
{
- background-color: $gray-medium;
+ background-color: $gray;
}
.accordion-heading:last-of-type .accordion-toggle-button[aria-expanded="false"]
{
border-bottom: 0;
}
.accordion-toggle-button img
« static/scss/base/_variables.scss ('K') | « static/scss/base/_variables.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld