mirror of
https://github.com/moodle/moodle.git
synced 2025-04-11 11:23:52 +02:00
MDL-72667 theme: Fix moodle.css
This commit is contained in:
parent
73863ef3d9
commit
3b64e3e185
theme
@ -10031,7 +10031,7 @@ button.close:focus:hover,
|
||||
outline: 0; }
|
||||
[role="treeitem"][aria-expanded="true"].focus > *:first-child, [role="treeitem"][aria-expanded="true"]:focus > *:first-child {
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(15, 111, 197, 0.75); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75); }
|
||||
[role="treeitem"][aria-expanded="true"]:focus:hover {
|
||||
text-decoration: none; }
|
||||
|
||||
|
@ -10031,7 +10031,7 @@ button.close:focus:hover,
|
||||
outline: 0; }
|
||||
[role="treeitem"][aria-expanded="true"].focus > *:first-child, [role="treeitem"][aria-expanded="true"]:focus > *:first-child {
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(15, 111, 197, 0.75); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(15, 108, 191, 0.75); }
|
||||
[role="treeitem"][aria-expanded="true"]:focus:hover {
|
||||
text-decoration: none; }
|
||||
|
||||
@ -15980,10 +15980,10 @@ a.ygtvspacer:hover {
|
||||
border-right: 0; }
|
||||
.message-app .list-group .list-group-item:hover {
|
||||
color: #fff;
|
||||
background-color: #0f6fc5; }
|
||||
background-color: #0f6cbf; }
|
||||
.message-app .list-group .list-group-item:hover .badge-primary {
|
||||
background-color: #fff;
|
||||
color: #0f6fc5; }
|
||||
color: #0f6cbf; }
|
||||
.message-app .list-group .list-group-item:first-child {
|
||||
border-top: 0; }
|
||||
.message-app .list-group .list-group-item:last-child {
|
||||
|
Loading…
x
Reference in New Issue
Block a user