Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Raised toolbar button text invisible #4845

@ghost

Description

Since Angular Material 0.11, the text in raised buttons inside toolbars is being colored white (thus bleeding into its white background) due to this rule:

md-toolbar:not(.md-menu-toolbar) .md-button {
  color: rgb(255,255,255);
}

I think the specifier should include :not(.md-raised).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions