1
0
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:
chomik
2019-05-08 21:57:16 +02:00
parent 96d0020312
commit ff61eeedf7
9 changed files with 1359 additions and 1115 deletions
+2 -6
View File
@@ -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;
}
}
}