feat(ux): no-indicator-dot for indicator pills
Adding this class will disable indicator's tiny dot added before text.
This commit is contained in:
parent
7f316fa427
commit
f6c548c7b9
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<div class="collapse navbar-collapse justify-content-end">
|
||||
<form class="form-inline fill-width justify-content-end" role="search" onsubmit="return false;">
|
||||
{% if (frappe.boot.read_only) { %}
|
||||
<span class="indicator-pill yellow" title="{%= __("Your site is getting upgraded.") %}">
|
||||
<span class="indicator-pill yellow no-indicator-dot" title="{%= __("Your site is getting upgraded.") %}">
|
||||
{%= __("Read Only Mode") %}
|
||||
</span>
|
||||
{% } %}
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
height: 24px;
|
||||
}
|
||||
|
||||
.indicator-pill::before,
|
||||
.indicator-pill:not(.no-indicator-dot)::before,
|
||||
.indicator-pill-right::after {
|
||||
content:'';
|
||||
display: inline-table;
|
||||
|
|
@ -179,4 +179,4 @@
|
|||
|
||||
@keyframes blink {
|
||||
50% { opacity: 0.5; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue