TW stylesheet css notation question

64 views
Skip to first unread message

barro...@gmail.com

unread,
Sep 28, 2018, 5:30:57 AM9/28/18
to TiddlyWiki
In the TW stylesheets, I see such:

.tc-drop-down .tc-tab-set .tc-tab-buttons button {
}

is that the same notation as the standard css style header notation where commas are use when listing multiple class selectors for the same parameter value such as

.class1, .class2 {
}

or would it be a descendant combinator?

Eric Shulman

unread,
Sep 28, 2018, 6:57:12 AM9/28/18
to TiddlyWiki
On Friday, September 28, 2018 at 2:30:57 AM UTC-7, barro...@gmail.com wrote:
In the TW stylesheets, I see such:
.tc-drop-down .tc-tab-set .tc-tab-buttons button {
}
... it be a descendant combinator?

Yes... the styles specified only apply to the buttons within a tabset within a dropdown.

-e

barro...@gmail.com

unread,
Sep 29, 2018, 12:16:28 AM9/29/18
to TiddlyWiki
Eric,

Thank you kindly for the confirmation.
Reply all
Reply to author
Forward
0 new messages