This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-31
lines changed
src/components/autocomplete/demoCustomTemplate Expand file tree Collapse file tree 4 files changed +4
-31
lines changed Original file line number Diff line number Diff line change @@ -818,34 +818,6 @@ docs-demo .doc-demo-content {
818
818
margin-bottom : 0 ;
819
819
}
820
820
821
- /* ---------------------
822
- * Demo Workarounds
823
- *
824
- * Necessary for component demos that append DOM subtrees outside of the demo app.
825
- * Because our docs build prepends CSS classes onto custom demo styles provided for developers,
826
- * these styles are needed for the docs website.
827
- */
828
- .autocomplete-custom-template li {
829
- border-bottom : 1px solid # ccc ;
830
- height : auto;
831
- padding-top : 8px ;
832
- padding-bottom : 8px ;
833
- white-space : normal;
834
- }
835
- .autocomplete-custom-template li : last-child {
836
- border-bottom-width : 0 ;
837
- }
838
- .autocomplete-custom-template .item-title ,
839
- .autocomplete-custom-template .item-metadata {
840
- display : block;
841
- line-height : 2 ;
842
- }
843
- .autocomplete-custom-template .item-title md-icon {
844
- height : 18px ;
845
- width : 18px ;
846
- }
847
-
848
-
849
821
/* Styles for Windows High Contrast mode */
850
822
@media screen and (-ms-high-contrast : active) {
851
823
a {
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ angular.module('docsApp')
69
69
case "index.html" : return "HTML" ;
70
70
case "script.js" : return "JS" ;
71
71
case "style.css" : return "CSS" ;
72
+ case "style.global.css" : return "CSS" ;
72
73
default : return name ;
73
74
}
74
75
}
Original file line number Diff line number Diff line change 20
20
< span > {{item.name}} </ span >
21
21
</ span >
22
22
< span class ="item-metadata ">
23
- < span class =" item-metastat " >
23
+ < span >
24
24
< strong > {{item.watchers}}</ strong > watchers
25
25
</ span >
26
- < span class =" item-metastat " >
26
+ < span >
27
27
< strong > {{item.forks}}</ strong > forks
28
28
</ span >
29
29
</ span >
Original file line number Diff line number Diff line change 16
16
.autocomplete-custom-template .item-title md-icon {
17
17
height : 18px ;
18
18
width : 18px ;
19
- }
19
+ }
You can’t perform that action at this time.
0 commit comments