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

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

Issue 29584555: Noissue - Remove border-radius on .accordion-toggle-button (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Oct. 20, 2017, 10:54 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
« no previous file with comments | « no previous file | 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
@@ -23,16 +23,17 @@
.accordion-toggle-button
{
display: block;
width: 100%;
padding: $sm;
border: 0;
border-bottom: 1px solid $gray;
+ border-radius: 0;
outline: none;
background-color: $gray-light;
font: inherit;
font-weight: $bold-weight;
text-align: left;
cursor: pointer;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld