mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 19:08:05 +08:00
Revamp UI styling to remove accent color; improve tab navigation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!-- TODO: Implement collapsable sections with properties system -->
|
||||
<template>
|
||||
<LayoutCol class="widget-section">
|
||||
<button class="header" @click.stop="() => (expanded = !expanded)">
|
||||
<button class="header" @click.stop="() => (expanded = !expanded)" tabindex="0">
|
||||
<div class="expand-arrow" :class="{ expanded }"></div>
|
||||
<Separator :type="'Related'" />
|
||||
<TextLabel :bold="true">{{ widgetData.name }}</TextLabel>
|
||||
|
||||
Reference in New Issue
Block a user