MDL-64099 message: Make collapsible headers bold

This commit is contained in:
Bas Brands 2018-11-22 17:22:05 +01:00 committed by Ryan Wyllie
parent 986d1a20f6
commit dfd6eec2b4
6 changed files with 23 additions and 4 deletions

View file

@ -1269,6 +1269,12 @@ $message-drawer-width: 320px;
.btn-link {
color: inherit;
}
.btn-link {
&:hover,
&:focus {
text-decoration: none;
}
}
.icon {
margin-right: 0;

View file

@ -14133,6 +14133,8 @@ a.ygtvspacer:hover {
.message-drawer a,
.message-drawer .btn-link {
color: inherit; }
.message-drawer .btn-link:hover, .message-drawer .btn-link:focus {
text-decoration: none; }
.message-drawer .icon {
margin-right: 0; }
.message-drawer .overview-section-toggle .collapsed-icon-container {