Skip to content

Commit

Permalink
Merge branch 'MDL-73469' of https://github.com/roland04/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Jan 13, 2022
2 parents 99df355 + 142277d commit 03956b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion reportbuilder/templates/local/sidebar-menu/area.mustache
Expand Up @@ -39,7 +39,7 @@
</label>
<input id="reportbuilder-sidebar-search"
type="text"
class="form-control border-right-0"
class="form-control rounded-left border-right-0"
placeholder="{{#str}} search, core_search {{/str}}"
aria-label="{{#str}} search, core_search {{/str}}"
data-action="sidebar-search">
Expand Down
4 changes: 2 additions & 2 deletions reportbuilder/templates/local/sidebar-menu/card_item.mustache
Expand Up @@ -29,7 +29,7 @@
<a href="#"
title="{{title}}"
role="button"
class="list-group-item list-group-item-action d-flex align-items-start justify-content-between pr-2"
class="list-group-item list-group-item-action d-flex align-items-start justify-content-between pr-2 bg-transparent"
data-action="{{action}}"
data-unique-identifier="{{identifier}}"
data-name="{{name}}">
Expand All @@ -41,7 +41,7 @@
{{/disabled}}
{{#disabled}}
<div title="{{title}}"
class="list-group-item list-group-item-action d-flex align-items-start justify-content-between pr-2 text-muted" >
class="list-group-item list-group-item-action d-flex align-items-start justify-content-between pr-2 bg-transparent text-muted" >
{{{name}}}
<span class="ml-auto ml-1 ">
{{#pix}} i/info, core {{/pix}}
Expand Down
4 changes: 2 additions & 2 deletions reportbuilder/templates/toggle_card.mustache
Expand Up @@ -30,11 +30,11 @@
}}
<div class="card reportbuilder-toggle-card mb-2">
<div class="card-header p-0">
<div class="d-flex align-items-center bg-light mb-0 p-1">
<div class="d-flex align-items-center mb-0 p-1">
<div class="ml-3">
<span class="mr-1">{{$header}}{{/header}}</span> {{$helpicon}}{{/helpicon}}
</div>
<button class="btn toggle-card-button nomargin ml-auto {{$collapsed}}{{/collapsed}}"
<button class="btn toggle-card-button ml-auto {{$collapsed}}{{/collapsed}}"
data-toggle="collapse"
data-target="#{{$id}}{{uniqid}}{{/id}}"
aria-expanded="true"
Expand Down

0 comments on commit 03956b8

Please sign in to comment.