Browse Source

HUE-6077 [frontend] Removed inner style from the assist sort dropdown

Enrico Berti 8 năm trước cách đây
mục cha
commit
bb12f37f03
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      desktop/core/src/desktop/templates/assist.mako

+ 1 - 1
desktop/core/src/desktop/templates/assist.mako

@@ -784,7 +784,7 @@ from notebook.conf import get_ordered_interpreters
           <!-- /ko -->
           ${_('Sort')}
         </a>
-        <ul class="dropdown-menu hue-inner-drop-down" style="top: initial; left: inherit; position: fixed; z-index:10000;">
+        <ul class="dropdown-menu" style="top: initial; left: inherit; position: fixed; z-index:10000;">
           <li>
             <a href="javascript:void(0)" data-bind="click: function () { $parent.activeSort('creation'); }">
               <i class="fa fa-fw" data-bind="css: { 'fa-check': $parent.activeSort() === 'creation' }"></i> ${ _('Default') }