Commit ae091f01 authored by dbeam's avatar dbeam Committed by Commit bot

Fix dangerous download incognito icon problem.

Renamed a class in the HTML and forgot to update CSS.

R=estade@chromium.org
BUG=487234

Review URL: https://codereview.chromium.org/1133013004

Cr-Commit-Position: refs/heads/master@{#329545}
parent 405029be
...@@ -66,21 +66,18 @@ html[dir=rtl] .icon { ...@@ -66,21 +66,18 @@ html[dir=rtl] .icon {
right: 9px; right: 9px;
} }
.download.otr > .safe, .download.otr > :-webkit-any(.safe, .dangerous) {
.download.otr > .show-dangerous {
-webkit-transition: opacity 150ms; -webkit-transition: opacity 150ms;
background: url(../../../../ui/webui/resources/images/otr_icon_standalone.png) background: url(../../../../ui/webui/resources/images/otr_icon_standalone.png)
no-repeat right bottom; no-repeat right bottom;
opacity: .66; opacity: .66;
} }
html[dir=rtl] .download.otr > .safe, html[dir=rtl] .download.otr > :-webkit-any(.safe, .dangerous) {
html[dir=rtl] .download.otr > .show-dangerous {
background-position: left bottom; background-position: left bottom;
} }
.download.otr > .safe:hover, .download.otr > :-webkit-any(.safe, .dangerous):hover {
.download.otr > .show-dangerous:hover {
opacity: 1; opacity: 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment