mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
sidenav expand fix
This commit is contained in:
@@ -27,18 +27,14 @@ Sidebar
|
||||
&[data-toggle="collapse"] {
|
||||
&:after {
|
||||
display: block;
|
||||
content: '';
|
||||
font-family: 'Feather' !important;
|
||||
content: $icon-fe-chevron-down;
|
||||
margin-left: auto;
|
||||
transition: transform .3s;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
background: red;
|
||||
//background: url("<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>")
|
||||
}
|
||||
|
||||
&[aria-expanded="true"]:after {
|
||||
transform: rotate(-180deg);
|
||||
background: green;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user