Closed Bug 1430512 Opened 6 years ago Closed 6 years ago

Remove useless border-*-colors use in android's aboutBase.css

Categories

(Toolkit :: Themes, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla59
Tracking Status
firefox59 --- fixed

People

(Reporter: emilio, Assigned: emilio)

References

Details

Attachments

(1 file)

Comment on attachment 8942551 [details]
Bug 1430512: Remove unnecessary use of -moz-border-bottom-colors in aboutBase.css.

https://reviewboard.mozilla.org/r/212796/#review218496

::: mobile/android/themes/core/aboutBase.css:31
(Diff revision 1)
>    color: #363B40;
>    font-size: 1.1em;
>    font-weight: bold;
>    background-color: #f5f5f5;
>    border-bottom: 2px solid;
> -  -moz-border-bottom-colors: #0A84FF;
> +  border-bottom-color: #0A84FF;

border-bottom: 2px solid #0A84FF;
Attachment #8942551 - Flags: review?(dao+bmo) → review+
Comment on attachment 8942551 [details]
Bug 1430512: Remove unnecessary use of -moz-border-bottom-colors in aboutBase.css.

https://reviewboard.mozilla.org/r/212796/#review218496

> border-bottom: 2px solid #0A84FF;

Whoops, indeed, thanks :)
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/85e86d628948
Remove unnecessary use of -moz-border-bottom-colors in aboutBase.css. r=dao
https://hg.mozilla.org/mozilla-central/rev/85e86d628948
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: