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

Unified Diff: static/scss/layout/_sidebar.scss

Issue 29490624: Issue 5373 - Remove the "blog" from acceptableads.com and link to blog.acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Remove rel attribute Created July 19, 2017, 6:08 p.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
Index: static/scss/layout/_sidebar.scss
===================================================================
--- a/static/scss/layout/_sidebar.scss
+++ b/static/scss/layout/_sidebar.scss
@@ -255,16 +255,23 @@
font-size: $font-size-sm;
}
.active > a
{
font-weight: 700;
}
+ .external-icon
+ {
+ width: auto;
+ height: 0.8em;
+ margin-left: $xs;
juliandoucette 2017/07/19 19:59:45 NIT: $xs / 2 looks better to me. (Trust your best
ire 2017/07/20 13:03:56 Acknowledged. Asked Jeen and she prefers the $xs s
+ }
+
a%active
{
color: $accent;
}
ul ul a%active
{
color: #6f9432;
@@ -277,16 +284,22 @@
display: none;
}
.js #primary-navigation ul .active ul
{
display: block;
}
+[dir="rtl"] #primary-navigation .external-icon
+{
+ margin-right: $xs;
+ margin-left: 0px;
+}
+
@media(min-width: $sidebar-breakpoint-x)
{
// Apply arrow background
#primary-navigation
{
margin-top: $lg;
em

Powered by Google App Engine
This is Rietveld