Aug. 14, 2013, 4:09 p.m.
(2013-08-14 16:09:56 UTC)
#9
Thomas Greiner
Almost there. http://codereview.adblockplus.org/11039060/diff/91001/chrome/content/ui/firstRun.js File chrome/content/ui/firstRun.js (right): http://codereview.adblockplus.org/11039060/diff/91001/chrome/content/ui/firstRun.js#newcode93 chrome/content/ui/firstRun.js:93: if (activateFeatures.getAttribute("class") == "overview") You can use ...
Aug. 22, 2013, 10:42 a.m.
(2013-08-22 10:42:12 UTC)
#10
I pushed the following changesets: Patchset 15 here: https://hg.adblockplus.org/adblockplus/rev/d1b20ac55a50 Addressing my remaining comments: https://hg.adblockplus.org/adblockplus/rev/46952b500bfd Fixing ...
@Wladimir LGTM
@Sven Found one more thing. I leave it up to you to decide which hover effect
you want (limited to the text or to the whole button, which is the one I
suggested) but the current approach is not acceptable.
http://codereview.adblockplus.org/11039060/diff/164002/chrome/skin/firstRun.css
File chrome/skin/firstRun.css (right):
http://codereview.adblockplus.org/11039060/diff/164002/chrome/skin/firstRun.c...
chrome/skin/firstRun.css:411: #activate-features-label:hover
This is a weird behavior. It's neither restricted to only the text nor to the
whole button due to the text being a block element. Please change it to:
#activate-features:hover a
{
color: #1f6822;
text-decoration: none;
}
Wladimir Palant
On 2013/10/05 15:51:19, Thomas Greiner wrote: > This is a weird behavior. It's neither restricted ...
On 2013/10/05 15:51:19, Thomas Greiner wrote:
> This is a weird behavior. It's neither restricted to only the text nor to the
> whole button due to the text being a block element. Please change it to:
>
> #activate-features:hover a
> {
> color: #1f6822;
> text-decoration: none;
> }
I pushed that suggestion as
https://hg.adblockplus.org/adblockplus/rev/a7214e6af195, LGTM.
Issue 11039060: first run page redesign
(Closed)
Created July 15, 2013, 12:39 p.m. by sven
Modified Nov. 8, 2013, 11:26 a.m.
Reviewers: Thomas Greiner, Wladimir Palant
Base URL:
Comments: 160