chore(NA): remove empty stylesheet for statspage. (#35540) (#35608)

This commit is contained in:
Tyler Smalley 2019-04-25 14:17:52 -07:00 committed by GitHub
parent 881b3150da
commit 10983d5926
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 5 deletions

View file

@ -17,8 +17,6 @@
* under the License.
*/
import { resolve } from 'path';
export default function (kibana) {
return new kibana.Plugin({
uiExports: {
@ -28,7 +26,6 @@ export default function (kibana) {
hidden: true,
url: '/status',
},
styleSheetPaths: resolve(__dirname, 'public/index.scss'),
}
});
}

View file

@ -1 +0,0 @@
@import 'ui/public/styles/styling_constants';

View file

@ -12,4 +12,4 @@
@import './app';
@import './directives/index';
@import './vis/index'
@import './vis/index';