[discover] Update css selector to hide remove on source fields. Closes #5310

This commit is contained in:
Jonathan Budzenski 2015-11-05 10:58:20 -06:00
parent 04ef79dac4
commit 16a68c3f90

View file

@ -240,7 +240,7 @@ field-name,
disc-field-chooser { disc-field-chooser {
ul.discover-selected-fields { ul.discover-selected-fields {
/* If only _source is presend in the selected fields list, hide its toggle button */ /* If only _source is presend in the selected fields list, hide its toggle button */
li:first-child:nth-last-child(1)[field=_source] button.discover-field-toggle { li:first-child:nth-last-child(1)[attr-field=_source] button.discover-field-toggle {
display: none; display: none;
} }
} }