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

Side by Side Diff: css/desktop-options.scss

Issue 29733668: Handle disabled state of AA
Patch Set: Intuitive solution Created March 26, 2018, 9:02 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | js/desktop-options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * This file is part of Adblock Plus <https://adblockplus.org/>, 2 * This file is part of Adblock Plus <https://adblockplus.org/>,
3 * Copyright (C) 2006-present eyeo GmbH 3 * Copyright (C) 2006-present eyeo GmbH
4 * 4 *
5 * Adblock Plus is free software: you can redistribute it and/or modify 5 * Adblock Plus is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 3 as 6 * it under the terms of the GNU General Public License version 3 as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
8 * 8 *
9 * Adblock Plus is distributed in the hope that it will be useful, 9 * Adblock Plus 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 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 margin: 0rem 0.8rem; 1099 margin: 0rem 0.8rem;
1100 text-transform: none; 1100 text-transform: none;
1101 font-weight: 400; 1101 font-weight: 400;
1102 } 1102 }
1103 1103
1104 li.preconfigured [data-hide="preconfigured"] 1104 li.preconfigured [data-hide="preconfigured"]
1105 { 1105 {
1106 display: none !important; 1106 display: none !important;
1107 } 1107 }
1108 1108
1109 li:not(.acceptable-ads) [data-show="acceptable-ads"]
1110 {
1111 display: none;
1112 }
1113
1114 li.acceptable-ads [data-hide="acceptable-ads"]
1115 {
1116 display: none;
1117 }
1118
1109 /* 1119 /*
1110 Tooltips 1120 Tooltips
1111 */ 1121 */
1112 1122
1113 .tooltip 1123 .tooltip
1114 { 1124 {
1115 position: relative; 1125 position: relative;
1116 margin: 0rem; 1126 margin: 0rem;
1117 line-height: 1.5rem; 1127 line-height: 1.5rem;
1118 text-decoration: none; 1128 text-decoration: none;
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 font-size: 1rem; 1603 font-size: 1rem;
1594 color: #077CA6; 1604 color: #077CA6;
1595 background-color: #E1F2FA; 1605 background-color: #E1F2FA;
1596 } 1606 }
1597 1607
1598 #notification strong 1608 #notification strong
1599 { 1609 {
1600 flex: 1; 1610 flex: 1;
1601 text-align: center; 1611 text-align: center;
1602 } 1612 }
OLDNEW
« no previous file with comments | « no previous file | js/desktop-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld