-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(plate): fix custom view border (#1479)
* feat(plate): fix custom view border
- Loading branch information
1 parent
138ae13
commit 98cd512
Showing
7 changed files
with
64 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@alfalab/core-components-plate': patch | ||
--- | ||
|
||
Исправлена установка цвета `border` для элемента `view=custom shape=rect` |
3 changes: 0 additions & 3 deletions
3
packages/plate/src/__image_snapshots__/plate-custom-view-and-background-snap.png
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
...src/__image_snapshots__/plate-custom-view-border-and-background-sprite-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,10 @@ | |
top: var(--gap-0); | ||
left: var(--gap-0); | ||
} | ||
|
||
&.customBorder:before { | ||
all: unset; | ||
} | ||
} | ||
|
||
.foldable { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters