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

Delta Between Two Patch Sets: 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
Left Patch Set: Translate alt text, Fix icon size and colour Created July 19, 2017, 12:54 p.m.
Right Patch Set: Addressed NITs Created July 20, 2017, 12:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « static/img/svg/icon-external-link.svg ('k') | templates/blog-entry.tmpl » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 // This file is part of acceptableads.org. 1 // This file is part of acceptableads.org.
2 // Copyright (C) 2016 Eyeo GmbH 2 // Copyright (C) 2016 Eyeo GmbH
3 // 3 //
4 // acceptableads.org is free software: you can redistribute it and/or modify 4 // acceptableads.org is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by 5 // it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or 6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version. 7 // (at your option) any later version.
8 // 8 //
9 // acceptableads.org is distributed in the hope that it will be useful, 9 // acceptableads.org is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 { 253 {
254 color: $accent; 254 color: $accent;
255 font-size: $font-size-sm; 255 font-size: $font-size-sm;
256 } 256 }
257 257
258 .active > a 258 .active > a
259 { 259 {
260 font-weight: 700; 260 font-weight: 700;
261 } 261 }
262 262
263 .external-icon 263 .navigation-icon
264 { 264 {
265 width: auto; 265 width: auto;
266 height: 0.8em; 266 height: 0.8em;
267 margin-left: $xs; 267 margin-left: $xs;
268 } 268 }
269 269
270 a%active 270 a%active
271 { 271 {
272 color: $accent; 272 color: $accent;
273 } 273 }
274 274
275 ul ul a%active 275 ul ul a%active
276 { 276 {
277 color: #6f9432; 277 color: #6f9432;
278 } 278 }
279 279
280 } 280 }
281 281
282 .js #primary-navigation ul ul 282 .js #primary-navigation ul ul
283 { 283 {
284 display: none; 284 display: none;
285 } 285 }
286 286
287 .js #primary-navigation ul .active ul 287 .js #primary-navigation ul .active ul
288 { 288 {
289 display: block; 289 display: block;
290 } 290 }
291 291
292 [dir="rtl"] #primary-navigation .external-icon 292 [dir="rtl"] #primary-navigation .navigation-icon
293 { 293 {
294 margin-right: $xs; 294 margin-right: $xs;
295 margin-left: 0px; 295 margin-left: 0px;
296 } 296 }
297 297
298 @media(min-width: $sidebar-breakpoint-x) 298 @media(min-width: $sidebar-breakpoint-x)
299 { 299 {
300 // Apply arrow background 300 // Apply arrow background
301 #primary-navigation 301 #primary-navigation
302 { 302 {
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 } 462 }
463 .js #secondary-navigation 463 .js #secondary-navigation
464 { 464 {
465 display: none; 465 display: none;
466 } 466 }
467 .js #sidebar.open #secondary-navigation 467 .js #sidebar.open #secondary-navigation
468 { 468 {
469 display: block; 469 display: block;
470 } 470 }
471 } 471 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld