mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-64099 message: Make collapsible headers bold
This commit is contained in:
parent
986d1a20f6
commit
dfd6eec2b4
6 changed files with 23 additions and 4 deletions
|
@ -1269,6 +1269,12 @@ $message-drawer-width: 320px;
|
|||
.btn-link {
|
||||
color: inherit;
|
||||
}
|
||||
.btn-link {
|
||||
&:hover,
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
margin-right: 0;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue