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

Commit c59f33e

Browse files
devversionThomasBurleson
authored andcommitted
fix(docs): stretched icon button will interfere with ripple
As there is the icon button in the toolbar currently stretched, the ripple isn't working anymore. This can be fixed by removing that stretching. - Everything will work still the same, except the button won't be moved `8px` right (but that still looks fine) Line introduced in bd9bbdb#diff-272b77251b74dd4fbf020ac40c529c11R396 Closes #7227
1 parent 5d596a4 commit c59f33e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/app/css/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,10 +431,6 @@ a.docs-logo {
431431
margin: 0 24px;
432432
width: auto;
433433
}
434-
.docs-tools .md-button {
435-
padding: 0;
436-
margin: 0 0 0 8px;
437-
}
438434
.docs-tools .md-button,
439435
.docs-tools .md-button md-icon {
440436
color: #666 !important;

0 commit comments

Comments
 (0)