mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-72667 message: fix contrast issue in the drawer
This commit is contained in:
parent
fa080070a1
commit
1eed73fc4b
6 changed files with 47 additions and 6 deletions
|
@ -526,6 +526,10 @@ $message-day-color: color-yiq($message-app-bg) !default;
|
|||
&.expanded {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
div[data-region="toggle"] {
|
||||
padding: 0.1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -541,12 +545,25 @@ $message-day-color: color-yiq($message-app-bg) !default;
|
|||
.list-group-item {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
&:hover {
|
||||
color: $white;
|
||||
background-color: $primary;
|
||||
.badge-primary {
|
||||
background-color: $white;
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
&:first-child {
|
||||
border-top: 0;
|
||||
}
|
||||
&:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
&.list-group-item-action {
|
||||
margin: 0.1rem;
|
||||
width: auto;
|
||||
text-align: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
.last-message {
|
||||
|
|
|
@ -15969,6 +15969,8 @@ a.ygtvspacer:hover {
|
|||
display: block; }
|
||||
.message-app .view-overview-body .section.expanded {
|
||||
display: flex; }
|
||||
.message-app .view-overview-body .section div[data-region="toggle"] {
|
||||
padding: 0.1rem; }
|
||||
.message-app .view-conversation .content-message-container img {
|
||||
max-width: 100%; }
|
||||
.message-app .list-group {
|
||||
|
@ -15976,10 +15978,20 @@ a.ygtvspacer:hover {
|
|||
.message-app .list-group .list-group-item {
|
||||
border-left: 0;
|
||||
border-right: 0; }
|
||||
.message-app .list-group .list-group-item:hover {
|
||||
color: #fff;
|
||||
background-color: #0f6cbf; }
|
||||
.message-app .list-group .list-group-item:hover .badge-primary {
|
||||
background-color: #fff;
|
||||
color: #0f6cbf; }
|
||||
.message-app .list-group .list-group-item:first-child {
|
||||
border-top: 0; }
|
||||
.message-app .list-group .list-group-item:last-child {
|
||||
border-bottom: 0; }
|
||||
.message-app .list-group .list-group-item.list-group-item-action {
|
||||
margin: 0.1rem;
|
||||
width: auto;
|
||||
text-align: inherit; }
|
||||
.message-app .last-message {
|
||||
min-height: 1.5rem; }
|
||||
.message-app .section .collapsing {
|
||||
|
|
|
@ -15969,6 +15969,8 @@ a.ygtvspacer:hover {
|
|||
display: block; }
|
||||
.message-app .view-overview-body .section.expanded {
|
||||
display: flex; }
|
||||
.message-app .view-overview-body .section div[data-region="toggle"] {
|
||||
padding: 0.1rem; }
|
||||
.message-app .view-conversation .content-message-container img {
|
||||
max-width: 100%; }
|
||||
.message-app .list-group {
|
||||
|
@ -15976,10 +15978,20 @@ a.ygtvspacer:hover {
|
|||
.message-app .list-group .list-group-item {
|
||||
border-left: 0;
|
||||
border-right: 0; }
|
||||
.message-app .list-group .list-group-item:hover {
|
||||
color: #fff;
|
||||
background-color: #0f6fc5; }
|
||||
.message-app .list-group .list-group-item:hover .badge-primary {
|
||||
background-color: #fff;
|
||||
color: #0f6fc5; }
|
||||
.message-app .list-group .list-group-item:first-child {
|
||||
border-top: 0; }
|
||||
.message-app .list-group .list-group-item:last-child {
|
||||
border-bottom: 0; }
|
||||
.message-app .list-group .list-group-item.list-group-item-action {
|
||||
margin: 0.1rem;
|
||||
width: auto;
|
||||
text-align: inherit; }
|
||||
.message-app .last-message {
|
||||
min-height: 1.5rem; }
|
||||
.message-app .section .collapsing {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue