mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +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
|
@ -39,7 +39,7 @@
|
|||
class="section border-0 card rounded-0"
|
||||
data-region="{{$region}}{{/region}}"
|
||||
>
|
||||
<div id="{{$region}}{{/region}}-toggle" class="card-header rounded-0 p-0" data-region="toggle">
|
||||
<div id="{{$region}}{{/region}}-toggle" class="card-header rounded-0" data-region="toggle">
|
||||
<button
|
||||
class="btn btn-link w-100 text-left p-1 p-sm-2 d-flex rounded-0 align-items-center overview-section-toggle {{^expanded}}collapsed{{/expanded}}"
|
||||
data-toggle="collapse"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue