* Delete query-color.

This commit is contained in:
songchenxuan
2023-07-25 10:31:28 +08:00
parent 4cf861832e
commit bad04f1acb
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -24,7 +24,6 @@
.query-after {position: relative; padding-right: 24px;}
.query-after::after {content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 1px; background-color: #F1F5F9;}
.query-color {color: #3785ff;}
#filterMargin {padding-top: 8px; padding-bottom: 5px;}
.pivot-design {padding-left: 24px; padding-right: 12px;}
+2 -2
View File
@@ -38,8 +38,8 @@
<?php endif;?>
</div>
<div class='flex-start'>
<?php echo html::a('#', "{$lang->pivot->showOrigin}", '', "id='origin-query' class='query-after query-color btn-query-origin' title='{$lang->pivot->showOrigin}'");?>
<?php echo html::a('#', "{$lang->pivot->showPivot}", '', "id='pivot-query' class='query-after query-color btn-query hidden' title='{$lang->pivot->showPivot}'");?>
<?php echo html::a('#', "{$lang->pivot->showOrigin}", '', "id='origin-query' class='query-after btn-query-origin' title='{$lang->pivot->showOrigin}'");?>
<?php echo html::a('#', "{$lang->pivot->showPivot}", '', "id='pivot-query' class='query-after btn-query hidden' title='{$lang->pivot->showPivot}'");?>
<?php
$clickable = $this->pivot->isClickable($pivot, 'design');