Navigation Menu

Skip to content

Commit

Permalink
HUE-7743 [frontend] Prevent bootstrap from leaking styles outside the…
Browse files Browse the repository at this point in the history
… container in embedded mode
  • Loading branch information
JohanAhlen committed Dec 13, 2017
1 parent e17cdef commit 3da4823
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 6,843 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Expand Up @@ -35,6 +35,7 @@ module.exports = function(grunt) {
banner: '/*!\nLicensed to Cloudera, Inc. under one\nor more contributor license agreements. See the NOTICE file\ndistributed with this work for additional information\nregarding copyright ownership. Cloudera, Inc. licenses this file\nto you under the Apache License, Version 2.0 (the\n"License"); you may not use this file except in compliance\nwith the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an "AS IS" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n */'
},
files: {
'desktop/core/src/desktop/static/desktop/css/hue-bootstrap-embedded.css': 'desktop/core/src/desktop/static/desktop/less/hue-bootstrap-embedded.less',
'desktop/core/src/desktop/static/desktop/css/hue-embedded.css': 'desktop/core/src/desktop/static/desktop/less/hue-embedded.less',
'desktop/core/src/desktop/static/desktop/css/home.css': 'desktop/core/src/desktop/static/desktop/less/home.less',
'desktop/core/src/desktop/static/desktop/css/hue.css': 'desktop/core/src/desktop/static/desktop/less/hue.less',
Expand Down

Large diffs are not rendered by default.

0 comments on commit 3da4823

Please sign in to comment.