Modify text & background color for primary/disabled buttons

Bug: Issue 5355
Change-Id: I68570d5bef704f59f3f4a94fe61b9e8a2f4ae424
This commit is contained in:
Becky Siegel
2017-02-02 10:40:33 -08:00
parent 90e9425a99
commit cb3f545ae3

View File

@@ -127,7 +127,9 @@ limitations under the License.
color: #fff;
}
:host([primary][disabled]) {
background-color: #888;
background-color: #4d90fe;
color: #fff;
opacity: .5;
}
</style>
<content></content>