(css) Improve subheader with icon buttons

This commit is contained in:
Francis Lachapelle
2016-05-17 15:10:09 -04:00
parent 8c4d4e0e2d
commit 87fbedb89d
4 changed files with 15 additions and 11 deletions
+3 -2
View File
@@ -38,10 +38,11 @@
md-colors="::{ backgroundColor: 'default-background-300' }">
<section class="md-flex" layout="column"
ng-repeat="account in app.accounts track by account.id">
<md-subheader class="sg-md-subheader--icon-button"
<md-subheader class="sg-md-subheader--with-secondary-icon"
ng-class="{ 'sg-md-subheader--with-icon': account.id == 0 }"
md-colors="::{ backgroundColor: 'default-background-300' }">
<div layout="row" layout-align="start center">
<md-button class="md-icon-button"
<md-button class="sg-icon-button"
ng-show="account.id == 0"
label:aria-label="Delegation..."
ng-click="app.delegate(account)">