UI: bars expanded icon

This commit is contained in:
Tony Air 2020-05-08 22:02:40 +07:00
parent 300aab2610
commit bc5d747923
3 changed files with 6 additions and 2 deletions

4
dist/css/app.css vendored
View File

@ -16588,6 +16588,10 @@ body.is-offline .alert-offline {
display: block;
}
[aria-expanded='true'] .fa-bars:before {
content: '\f00d';
}
input.date[readonly],
input.time[readonly] {
background-color: #fff;

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.9.9",
"version": "2.0.0",
"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.",