mirror of https://github.com/ColorlibHQ/AdminLTE
Updated titles in collapsed sidebar layout to specify "without hover"
parent
2fe1724758
commit
9bf12389ec
|
@ -737,11 +737,13 @@
|
|||
<div class="container-fluid">
|
||||
<!--begin::Row-->
|
||||
<div class="row">
|
||||
<div class="col-sm-6"><h3 class="mb-0">Collapsed Sidebar</h3></div>
|
||||
<div class="col-sm-6"><h3 class="mb-0">Collapsed Sidebar without hover</h3></div>
|
||||
<div class="col-sm-6">
|
||||
<ol class="breadcrumb float-sm-end">
|
||||
<li class="breadcrumb-item"><a href="#">Home</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">Collapsed Sidebar</li>
|
||||
<li class="breadcrumb-item active" aria-current="page">
|
||||
Collapsed Sidebar without hover
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -35,13 +35,13 @@ const page = "collapsed-sidebar-without-hover";
|
|||
<!--begin::Row-->
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<h3 class="mb-0">Collapsed Sidebar</h3>
|
||||
<h3 class="mb-0">Collapsed Sidebar without hover</h3>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<ol class="breadcrumb float-sm-end">
|
||||
<li class="breadcrumb-item"><a href="#">Home</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">
|
||||
Collapsed Sidebar
|
||||
Collapsed Sidebar without hover
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue