forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove responsive_layout feature flag
Refs LA-489 flag=responsive_layout We can merge this once the responsive_layout feature flag is turned on for everyone in prod. It removes any code path that was only for if the feature flag was off Test plan: * go to accounts/self/settings * the feature flag for responsive_layout should not be there anymore * resize your page to small * it should show the mobile layout Change-Id: I2428f6368aa13a271d07cfaef18c12fa2bff2f3e Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/220206 Tested-by: Service Cloud Jenkins <[email protected]> Product-Review: Luis Oliveira <[email protected]> Reviewed-by: Ed Schiebel <[email protected]> QA-Review: Ed Schiebel <[email protected]>
- Loading branch information
Showing
20 changed files
with
257 additions
and
421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,3 @@ | |
*/ | ||
|
||
$use_high_contrast: true; | ||
$use_responsive_layout: false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,4 @@ | |
*/ | ||
|
||
$use_high_contrast: true; | ||
$use_responsive_layout: false; | ||
$direction: rtl; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,3 @@ | |
*/ | ||
|
||
$use_high_contrast: false; | ||
$use_responsive_layout: false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,4 @@ | |
*/ | ||
|
||
$use_high_contrast: false; | ||
$use_responsive_layout: false; | ||
$direction: rtl; |
20 changes: 0 additions & 20 deletions
20
app/stylesheets/variants/responsive_layout_high_contrast/_variant_variables.scss
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
app/stylesheets/variants/responsive_layout_high_contrast_rtl/_variant_variables.scss
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
app/stylesheets/variants/responsive_layout_normal_contrast/_variant_variables.scss
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
app/stylesheets/variants/responsive_layout_normal_contrast_rtl/_variant_variables.scss
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.