This repository was archived by the owner on Dec 4, 2017. It is now read-only.
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Sample.css is used in the examples but never mentioned in the tutorial #1750
Closed
Description
in part 6 of the Tour of Heroes tutorial, this example is used. The styles necessary to make the Delete buttons look like they do in that example aren't present anywhere in the tutorial. However, looking at both the live example and the app structure review shows an extra file not present in the previous chapter, sample.css
. This file contains the rules to style the delete buttons.
button.delete-button{
float:right;
background-color: gray !important;
color:white;
}
Metadata
Metadata
Assignees
Labels
No labels