1
0
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:
Jun Pataleta 2021-11-04 22:24:31 +08:00
parent 73863ef3d9
commit 3b64e3e185
2 changed files with 4 additions and 4 deletions
theme
boost/style
classic/style

@ -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 {