editor-shell 0.10.0 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/panel/panel.css +15 -0
- package/package.json +1 -1
package/dist/panel/panel.css
CHANGED
|
@@ -85,9 +85,24 @@
|
|
|
85
85
|
|
|
86
86
|
.es-tab:hover { color: var(--es-text); }
|
|
87
87
|
|
|
88
|
+
/* THE CHOSEN TAB CARRIES A GROUND (card 8811). Colour alone was enough while
|
|
89
|
+
every tab had its word; it stopped being enough the moment the tiers above
|
|
90
|
+
could reduce a tab to a 16px glyph, because then "blue glyph versus grey
|
|
91
|
+
glyph" is the entire signal. A ground is the one mark that looks the same in
|
|
92
|
+
all three tiers, so the chosen tab reads at 220px as well as at 320px.
|
|
93
|
+
|
|
94
|
+
The tint and not a solid accent fill: Lewis was shown three weights rendered
|
|
95
|
+
side by side and picked the softest, keeping the blue label and the lit rule
|
|
96
|
+
rather than knocking a white glyph out of a solid blue chip. It looks nearly
|
|
97
|
+
absent in this file and is clearly visible on screen — do not "tidy" it away.
|
|
98
|
+
|
|
99
|
+
Rounded at the TOP only. Four round corners float the ground off the strip;
|
|
100
|
+
square ones under a lit rule read as a box drawn around the tab. */
|
|
88
101
|
.es-tab.is-active {
|
|
89
102
|
color: var(--es-accent-text);
|
|
90
103
|
border-bottom-color: var(--es-accent);
|
|
104
|
+
background: var(--es-accent-tint);
|
|
105
|
+
border-radius: 5px 5px 0 0;
|
|
91
106
|
}
|
|
92
107
|
|
|
93
108
|
.es-tab-badge {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "editor-shell",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "Shared editor-chrome primitives for the EFFICIENT editors: EditorRail (a Next-16-safe left icon-rail leaf), the shell token layer, and GoldTextInput — type in place and watch the markup formatting appear as you type.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Lewis Liu",
|