Skip to content

Commit

Permalink
Better fix for icons in ui-list
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Jun 11, 2021
1 parent c551a40 commit 4b0b842
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions dist/css/app.min.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ md-sidenav i {
md-sidenav md-list-item .md-list-item-inner>p {
line-height: 20px;
}
md-list > md-list-item > md-icon > ui-icon > ng-md-icon {
vertical-align:unset !important;
}

md-toast .md-toast-content {
height: auto;
Expand Down Expand Up @@ -595,9 +598,6 @@ md-select-menu md-option:focus:not([disabled]):not([selected]) {
width: 100%;
height: 100%;
}
ng-md-icon {
vertical-align:baseline;
}

md-progress-linear {
padding-top: 4px !important;
Expand Down
4 changes: 2 additions & 2 deletions dist/dashboard.appcache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# Time: Thu Jun 03 2021 11:37:48 GMT+0100 (British Summer Time)
# Time: Fri Jun 11 2021 23:40:07 GMT+0100 (British Summer Time)

CACHE:
i18n.js
Expand All @@ -26,4 +26,4 @@ loading.html
NETWORK:
*

# hash: 4486fa855023617de5ee1385ed91c72c7831498c39d01db0c7bf5aea37353dfd
# hash: dd1afb8be36282c08ca672f6d1ae6c088438de57dfc9679b4c9bded75c197d3d
3 changes: 3 additions & 0 deletions src/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ md-sidenav i {
md-sidenav md-list-item .md-list-item-inner>p {
line-height: 20px;
}
md-list > md-list-item > md-icon > ui-icon > ng-md-icon {
vertical-align:unset !important;
}

md-toast .md-toast-content {
height: auto;
Expand Down
3 changes: 0 additions & 3 deletions src/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,6 @@ md-select-menu md-option:focus:not([disabled]):not([selected]) {
width: 100%;
height: 100%;
}
ng-md-icon {
vertical-align:baseline;
}

md-progress-linear {
padding-top: 4px !important;
Expand Down

0 comments on commit 4b0b842

Please sign in to comment.