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 {
right: 9px;
}
.download.otr > .safe,
.download.otr > .show-dangerous {
.download.otr > :-webkit-any(.safe, .dangerous) {
-webkit-transition: opacity 150ms;
background: url(../../../../ui/webui/resources/images/otr_icon_standalone.png)
no-repeat right bottom;
opacity: .66;
}
html[dir=rtl] .download.otr > .safe,
html[dir=rtl] .download.otr > .show-dangerous {
html[dir=rtl] .download.otr > :-webkit-any(.safe, .dangerous) {
background-position: left bottom;
}
.download.otr > .safe:hover,
.download.otr > .show-dangerous:hover {
.download.otr > :-webkit-any(.safe, .dangerous):hover {
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