Attempt at a more noticably whispered bubble (#25602)
* Attempt at a more noticably whispered bubble * Better implementation
This commit is contained in:
@@ -926,6 +926,14 @@ namespace Content.Client.Stylesheets
|
||||
new StyleProperty(PanelContainer.StylePropertyPanel, whisperBox)
|
||||
}),
|
||||
|
||||
new StyleRule(new SelectorChild(
|
||||
new SelectorElement(typeof(PanelContainer), new[] {"speechBox", "whisperBox"}, null, null),
|
||||
new SelectorElement(typeof(RichTextLabel), new[] {"bubbleContent"}, null, null)),
|
||||
new[]
|
||||
{
|
||||
new StyleProperty("font", notoSansItalic12),
|
||||
}),
|
||||
|
||||
new StyleRule(new SelectorChild(
|
||||
new SelectorElement(typeof(PanelContainer), new[] {"speechBox", "emoteBox"}, null, null),
|
||||
new SelectorElement(typeof(RichTextLabel), null, null, null)),
|
||||
|
||||
Reference in New Issue
Block a user