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

Commit 1a0e757

Browse files
committed
docs(): remove theme-level, revert AngularJS logo
1 parent bbf4d82 commit 1a0e757

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/config/template/index.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<md-toolbar style="min-height: 64px; max-height:64px;" layout="column">
2525
<h1 class="md-toolbar-tools" flex layout="column">
26-
<a href="#/" ng-click="goHome()" layout="row" flex>
26+
<a href="" ng-click="goHome()" layout="row" flex>
2727
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="
2828
width: 40px; height: 40px;">
2929
<path d="M 50 0 L 100 14 L 92 80 L 50 100 L 8 80 L 0 14 Z" fill="#b2b2b2"></path>

gulpfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,7 @@ function buildTheme(theme) {
439439
return gulp.src([
440440
'src/core/style/color-palette.scss',
441441
'themes/' + theme + '-theme.scss',
442-
'themes/_default-theme.scss',
443-
'src/core/style/theme-levels.scss'
442+
'themes/_default-theme.scss'
444443
])
445444
.pipe(concat(theme + '-theme.scss'))
446445
.pipe(utils.hoistScssVariables())

0 commit comments

Comments
 (0)