Skip to content
Snippets Groups Projects
Commit 13be4f49 authored by Takuya Noguchi's avatar Takuya Noguchi
Browse files

Substitute deprecated ui_charcoal with new default ui_indigo

parent 54bacb18
No related branches found
No related tags found
No related merge requests found
!!! 5
%html.devise-layout-html
= render "layouts/head"
%body.ui_charcoal.login-page.application.navless{ data: { page: body_data_page } }
%body.ui_indigo.login-page.application.navless{ data: { page: body_data_page } }
.page-wrap
= render "layouts/header/empty"
.login-page-broadcast
Loading
Loading
!!! 5
%html{ lang: "en" }
= render "layouts/head"
%body.ui_charcoal.login-page.application.navless
%body.ui_indigo.login-page.application.navless
= render "layouts/header/empty"
= render "layouts/broadcast"
.container.navless-container
Loading
Loading
---
title: Substitute deprecated ui_charcoal with new default ui_indigo
merge_request: 16271
author: Takuya Noguchi
type: fixed
Loading
Loading
@@ -216,7 +216,7 @@ If you want a line or set of lines to be ignored by the linter, you can use
```scss
// This lint rule is disabled because the class name comes from a gem.
// scss-lint:disable SelectorFormat
.ui_charcoal {
.ui_indigo {
background-color: #333;
}
// scss-lint:enable SelectorFormat
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment