Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Dec 3, 2024
1 parent 31a75a7 commit cf9f053
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
pull_request:
branches:
- dev
workflow_run:
workflows:
- 📸 Manually Update Snapshots
types:
- completed

permissions:
contents: read
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
pull_request:
branches:
- dev
workflow_run:
workflows:
- 📸 Manually Update Snapshots
types:
- completed

jobs:
e2e-test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,18 @@
}

:global(
.univer-sheet-permission-design-person-panel-content-item-select.univer-select-single:not(
.univer-select-customize-input
)
.univer-select-selector
) {
.univer-sheet-permission-design-person-panel-content-item-select.univer-select-single:not(
.univer-select-customize-input
).univer-select-selector
) {
border: none;
padding: 0;
color: rgb(var(--grey-900));
}

:global(
.univer-sheet-permission-design-person-panel-content-item-select.univer-select-show-arrow
.univer-select-arrow
) {
.univer-sheet-permission-design-person-panel-content-item-select.univer-select-show-arrow .univer-select-arrow
) {
right: 0;
}
}
Expand Down

0 comments on commit cf9f053

Please sign in to comment.