mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
not blur out other aliases when an alias is highlighted (#1190)
This commit is contained in:
parent
827e3a1acb
commit
c3c0b045db
1 changed files with 1 additions and 2 deletions
|
@ -234,8 +234,7 @@
|
|||
|
||||
{% set alias = alias_info.alias %}
|
||||
<div class="col-12 col-lg-6" id="alias-container-{{ alias.id }}">
|
||||
<div class="card p-4 shadow-sm {% if alias.id == highlight_alias_id %} highlight-row{% endif %} "
|
||||
{% if highlight_alias_id and alias.id != highlight_alias_id %} style="opacity: 0.6"{% endif %}>
|
||||
<div class="card p-4 shadow-sm {% if alias.id == highlight_alias_id %} highlight-row{% endif %} ">
|
||||
<div class="row">
|
||||
<div class="col-8">
|
||||
<span class="{% if alias.id == highlight_alias_id %} highlighted{% endif %} clipboard cursor mb-0" {% if loop.index ==1 %}
|
||||
|
|
Loading…
Reference in a new issue