浏览代码

HUE-6077 [frontend] Drop the border from .container-fluid

Johan Ahlen 8 年之前
父节点
当前提交
d8d4ab9

文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 1 - 2
desktop/core/src/desktop/static/desktop/less/hue-cui-overrides.less

@@ -16,8 +16,7 @@
  limitations under the License.
 */
 .container-fluid {
-  border-left: none;
-  border-right: none;
+  border: none;
   margin-left: 0;
   margin-right: 0;
 }

部分文件因为文件数量过多而无法显示