Skip to content

Commit 1778bd3

Browse files
DanielRufbenlesh
authored andcommitted
refactor: remove unused and duplicate CSS properties from styleguide examples (angular#28252)
PR Close angular#28252
1 parent 33f71e8 commit 1778bd3

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

aio/content/examples/styleguide/src/04-11/app/core/nav/nav.component.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
height: 56px;
3333
padding: 0 16px 0 72px;
3434
padding-left: 8px;
35-
background-color: #673AB7;
36-
background: #0033FF;
3735
background-color: #222;
3836
}
3937

aio/content/examples/styleguide/src/04-11/app/core/spinner/spinner.component.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*#docregion*/
22
.spinner {
3-
position: absolute;
43
left: 7em;
54
top: 20em;
65
position: absolute;

aio/content/examples/styleguide/src/04-12/app/core/nav/nav.component.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
height: 56px;
3333
padding: 0 16px 0 72px;
3434
padding-left: 8px;
35-
background-color: #673AB7;
36-
background: #0033FF;
3735
background-color: #222;
3836
}
3937

aio/src/styles/2-modules/_toc.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,7 @@ aio-toc.embedded {
138138
}
139139

140140
a {
141-
font-size: inherit;
142141
color: lighten($darkgray, 10);
143-
display:table-cell;
144142
overflow: visible;
145143
font-size: 12px;
146144
display: table-cell;

0 commit comments

Comments
 (0)