Template: Fix domain selector active background color.

This commit is contained in:
Nate
2020-03-18 09:44:16 -06:00
parent 0df02b95dd
commit 5382b00610
2 changed files with 1 additions and 2 deletions

View File

@@ -803,8 +803,6 @@
{*//set active domain color *}
{if $domain_active_background_color != ''}
{if $row.domain_uuid == $domain_uuid}{$background_color=$domain_active_background_color}{/if}
{else}
{if $row.domain_uuid == $domain_uuid}{$background_color='#eeffee'}{/if}
{/if}
{*//active domain text hover color *}
{if $settings.theme.domain_active_text_color_hover != '' && $row.domain_uuid == $domain_uuid}