1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 00:50:28 +00:00

Rename "sidebar-header" class to "tc-sidebar-header"

Part of #764
This commit is contained in:
Jermolene 2014-08-28 17:27:03 +01:00
parent 87cb520343
commit e939a00be5
3 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@ $:/config/PageControlButtons/Visibility/$(listItem)$
\end
<$scrollable fallthrough="no" class="tw-sidebar-scrollable">
<div class="sidebar-header">
<div class="tc-sidebar-header">
<$reveal state="$:/state/sidebar" type="match" text="yes" default="yes" retain="yes">

View File

@ -3,7 +3,7 @@ tags: [[$:/tags/stylesheet]]
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
.sidebar-header {
.tc-sidebar-header {
text-shadow: 0 1px 0 <<colour sidebar-foreground-shadow>>;
}

View File

@ -371,21 +371,21 @@ button.tw-tag-label, span.tw-tag-label {
fill: <<colour foreground>>;
}
.sidebar-header {
.tc-sidebar-header {
color: <<colour sidebar-foreground>>;
fill: <<colour sidebar-foreground>>;
}
.sidebar-header .tc-title a.tw-tiddlylink-resolves {
.tc-sidebar-header .tc-title a.tw-tiddlylink-resolves {
font-weight: 300;
}
.sidebar-header .tw-sidebar-lists p {
.tc-sidebar-header .tw-sidebar-lists p {
margin-top: 3px;
margin-bottom: 3px;
}
.sidebar-header .tw-missing-tiddler-label {
.tc-sidebar-header .tw-missing-tiddler-label {
color: <<colour sidebar-foreground>>;
}
@ -453,7 +453,7 @@ button.tw-tag-label, span.tw-tag-label {
@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
.sidebar-header {
.tc-sidebar-header {
padding: 14px;
min-height: 32px;
}
@ -507,7 +507,7 @@ button.tw-tag-label, span.tw-tag-label {
background-color: transparent;
}
.sidebar-header, .tw-topbar {
.tc-sidebar-header, .tw-topbar {
display: none;
}