mirror of https://github.com/zulip/zulip.git
css: Use classname for topic visibility tooltip instead of span.
This commit is contained in:
parent
a243191539
commit
12207407c9
|
@ -802,7 +802,7 @@ strong {
|
|||
top: 0.1667em;
|
||||
}
|
||||
|
||||
.tooltip-privacy-icon span {
|
||||
.privacy-tooltip-stream-name {
|
||||
margin-left: 1.25em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{{#if should_render_privacy_icon}}
|
||||
{{#tr}}
|
||||
Notifications are based on your configuration for <z-stream-name></z-stream-name>.
|
||||
{{#*inline "z-stream-name"}}<span class="tooltip-privacy-icon">{{> stream_privacy }}<span>{{name}}</span></span>{{/inline}}
|
||||
{{#*inline "z-stream-name"}}<span class="tooltip-privacy-icon">{{> stream_privacy }}<span class="privacy-tooltip-stream-name">{{name}}</span></span>{{/inline}}
|
||||
{{/tr}}
|
||||
{{else}}
|
||||
{{current_visibility_policy_str}}
|
||||
|
|
Loading…
Reference in New Issue