mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 01:28:12 +08:00
Include path endpoints as extrema in the Extrude node (#3469)
* Include single connected points as extrema in the extrude node * Update styling of loading indicator --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
co-authored by
Keavon Chambers
parent
c46060db44
commit
aadc989134
@@ -44,6 +44,14 @@
|
||||
border: 4px solid #eee;
|
||||
border-color: #eee transparent #eee transparent;
|
||||
animation: spinning-loading-indicator 1s linear infinite;
|
||||
|
||||
@media (prefers-reduced-motion) {
|
||||
border: none;
|
||||
animation: none;
|
||||
content: "Loading…";
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes spinning-loading-indicator {
|
||||
|
||||
Reference in New Issue
Block a user