Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit d455bb3

Browse files
crisbetoThomasBurleson
authored andcommitted
chore(docs): remove outdated gradient syntax (#9838)
Removes an instance of the outdated gradient syntax from the docs CSS. This was causing a warning to be logged by Autoprefixer.
1 parent 697b96a commit d455bb3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/app/css/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,6 @@ body[dir=rtl] .menu-heading {
406406
.nav-header {
407407
background-color: #106CC8;
408408
background: linear-gradient(#185694, #106cc8);
409-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #185694), color-stop(1, #106cc8));
410-
background: -webkit-linear-gradient(top, #185694 0%, #106cc8 100%);
411-
background: -moz-linear-gradient(top, #185694 0%, #106cc8 100%);
412-
background: linear-gradient(top, #185694 0%, #106cc8 100%);
413409
border-bottom: 1px solid #267ED5;
414410
flex-shrink: 0;
415411
z-index: 2;

0 commit comments

Comments
 (0)