mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 13:08:12 +08:00
Revamp UI styling to remove accent color; improve tab navigation
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 68 B |
@@ -1,10 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
||||
<rect width="1" height="12" x="4" y="0" />
|
||||
<rect width="1" height="12" x="1" y="0" />
|
||||
<rect width="1" height="12" x="7" y="0" />
|
||||
<rect width="1" height="12" x="10" y="0" />
|
||||
<rect width="12" height="1" x="0" y="4" />
|
||||
<rect width="12" height="1" x="0" y="1" />
|
||||
<rect width="12" height="1" x="0" y="7" />
|
||||
<rect width="12" height="1" x="0" y="10" />
|
||||
<rect width="1" height="10" x="1" y="1" />
|
||||
<rect width="1" height="10" x="4" y="1" />
|
||||
<rect width="1" height="10" x="7" y="1" />
|
||||
<rect width="1" height="10" x="10" y="1" />
|
||||
<rect width="10" height="1" x="1" y="1" />
|
||||
<rect width="10" height="1" x="1" y="4" />
|
||||
<rect width="10" height="1" x="1" y="7" />
|
||||
<rect width="10" height="1" x="1" y="10" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 422 B After Width: | Height: | Size: 422 B |
Reference in New Issue
Block a user