mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 12:33:37 +08:00
docs(css): Add background to .type-hint-domelement
`.type-hint-domelement` does not have a background color assigned to it. DOM element type hints are now proudly displayed with CadetBlue.
This commit is contained in:
@@ -470,6 +470,10 @@ iframe.example {
|
||||
background: rgb(90, 84, 189);
|
||||
}
|
||||
|
||||
.type-hint-domelement {
|
||||
background: rgb(95, 158, 160);
|
||||
}
|
||||
|
||||
.runnable-example-frame {
|
||||
width:100%;
|
||||
height:300px;
|
||||
|
||||
Reference in New Issue
Block a user