This commit is contained in:
Tony Air 2019-12-03 00:46:01 +07:00
parent 576acc8d94
commit 940c98da7e
3 changed files with 7 additions and 2 deletions

5
dist/css/main.css vendored
View File

@ -14716,6 +14716,11 @@ a:focus.fab,
transform: rotate(-180deg);
}
[data-toggle="table"]:hover,
[data-toggle="table"]:focus {
opacity: 1;
}
[data-toggle="collapse"][aria-expanded="true"] .accordion-icon:before {
content: "\f068";
}

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"version": "1.1.2",
"version": "1.1.3",
"author": "Tony Air <tony@twma.pro>",
"license": "MIT",
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",