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",
"version": "2.1.1",
"version": "2.1.4",
"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.",
@ -61,10 +61,10 @@
},
"devDependencies": {
"@a2nt/image-sprite-webpack-plugin": "^0.2.5",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/preset-env": "^7.9.6",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-transform-react-jsx": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@google/markerclusterer": "^1.0.3",
"animate.css": "^3.7.2",
"ansi-html": "^0.0.7",

View File

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