Skip to content
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
@Adam-Meisen

Description

@Adam-Meisen

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions