Skip to content

Commit

Permalink
Update package.json and _texts.scss
Browse files Browse the repository at this point in the history
This commit updates the version in package.json from 2.0.23 to 2.0.24. It also adds the "opacity" property with a value of 1 to the ".readonly" class in _texts.scss.
  • Loading branch information
vinimarcili committed Dec 13, 2023
1 parent 042db5d commit be6afc5
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/css/squid-components.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/squid-components.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/squid-minor.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/squid-minor.min.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/css/squid.css
Original file line number Diff line number Diff line change
Expand Up @@ -10666,6 +10666,7 @@ button.readonly.select,
button.readonly.textarea {
background: var(--color_border_input) !important;
border-color: var(--color_border_input_disabled) !important;
opacity: 1 !important;
}

.text-ellipsis {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/squid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/squid.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidit/css",
"version": "2.0.23",
"version": "2.0.24",
"scripts": {
"prepare": "npm install -g husky eslint sass gulp uglify-js && husky install",
"start": "gulp watch",
Expand Down
1 change: 1 addition & 0 deletions src/docs/public/css/squid.css
Original file line number Diff line number Diff line change
Expand Up @@ -10666,6 +10666,7 @@ button.readonly.select,
button.readonly.textarea {
background: var(--color_border_input) !important;
border-color: var(--color_border_input_disabled) !important;
opacity: 1 !important;
}

.text-ellipsis {
Expand Down
1 change: 1 addition & 0 deletions src/scss/helpers/_texts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ button {
&.readonly {
background: var(--color_border_input) !important;
border-color: var(--color_border_input_disabled) !important;
opacity: 1 !important;
}
}

Expand Down

0 comments on commit be6afc5

Please sign in to comment.