Minor improvements

This commit is contained in:
Tony Air 2020-06-02 00:08:44 +07:00
parent 0a372c51dd
commit 1b506777c5
4 changed files with 12 additions and 9 deletions

2
dist/css/app.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate", "name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"version": "2.1.1", "version": "2.1.4",
"author": "Tony Air <tony@twma.pro>", "author": "Tony Air <tony@twma.pro>",
"license": "MIT", "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.", "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.",
@ -61,10 +61,10 @@
}, },
"devDependencies": { "devDependencies": {
"@a2nt/image-sprite-webpack-plugin": "^0.2.5", "@a2nt/image-sprite-webpack-plugin": "^0.2.5",
"@babel/core": "^7.9.6", "@babel/core": "^7.10.2",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6", "@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-transform-react-jsx": "^7.9.4", "@babel/plugin-transform-react-jsx": "^7.10.1",
"@babel/preset-env": "^7.9.6", "@babel/preset-env": "^7.10.2",
"@google/markerclusterer": "^1.0.3", "@google/markerclusterer": "^1.0.3",
"animate.css": "^3.7.2", "animate.css": "^3.7.2",
"ansi-html": "^0.0.7", "ansi-html": "^0.0.7",

View File

@ -35,7 +35,8 @@ button,
.btn { .btn {
&:hover, &:hover,
&.active, &.active,
&:focus { &:focus,
&[aria-expanded='true'] {
opacity: 0.8; opacity: 0.8;
> .fa, > .fa,
@ -56,7 +57,8 @@ button,
&:hover, &:hover,
&.active, &.active,
&:focus { &:focus,
&[aria-expanded='true'] {
> .fa, > .fa,
> .far, > .far,
> .fas, > .fas,
@ -102,6 +104,7 @@ optgroup,
select, select,
textarea, textarea,
.btn, .btn,
.btn *,
.alert, .alert,
.dropdown, .dropdown,
[data-toggle], [data-toggle],