Skip to content

Commit

Permalink
feat: adjust border opacity for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Nov 23, 2023
1 parent 3182515 commit ef69f94
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/less-plugin-dls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
> ⚠️ - Breaking Changes
## 11.8.3

- Adjust border opacity for tags.

## 11.8.2

- Fix pagination font color.
Expand Down
2 changes: 1 addition & 1 deletion packages/less-plugin-dls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "less-plugin-dls",
"version": "11.8.2",
"version": "11.8.3",
"description": "Less plugin for Baidu Light DLS.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/less-plugin-dls/test/specs/tag/tag.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ div {
-dls-tag-background-opacity-reverse-hover: 0.6;
-dls-tag-background-opacity-reverse-active: 0.8;
-dls-tag-background-opacity-reverse-disabled: 0.1;
-dls-tag-border-opacity: 0.2;
-dls-tag-border-opacity: 0.1;
-dls-tag-border-opacity-disabled: 0.1;
}
2 changes: 1 addition & 1 deletion packages/less-plugin-dls/tokens/components/tag.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
@dls-tag-background-opacity-reverse-active: 0.8;
@dls-tag-background-opacity-reverse-disabled: 0.1;

@dls-tag-border-opacity: 0.2;
@dls-tag-border-opacity: 0.1;
@dls-tag-border-opacity-disabled: 0.1;

0 comments on commit ef69f94

Please sign in to comment.