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: Addressed NITs Created July 20, 2017, 12:37 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
« no previous file with comments | « static/img/svg/icon-external-link.svg ('k') | templates/blog-entry.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
+ .navigation-icon
+ {
+ width: auto;
+ height: 0.8em;
+ margin-left: $xs;
+ }
+
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 .navigation-icon
+{
+ margin-right: $xs;
+ margin-left: 0px;
+}
+
@media(min-width: $sidebar-breakpoint-x)
{
// Apply arrow background
#primary-navigation
{
margin-top: $lg;
em
« no previous file with comments | « static/img/svg/icon-external-link.svg ('k') | templates/blog-entry.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld