Skip to content
Snippets Groups Projects
Commit cf235508 authored by Sandip Poddar's avatar Sandip Poddar Committed by catch
Browse files

Issue #3514853: Remove position-container.module.css from system/base.

parent fba99e20
Branches
Tags
No related merge requests found
/*
* @file
* Contain positioned elements.
*/
.position-container {
position: relative;
}
......@@ -9,7 +9,6 @@ base:
css/components/hidden.module.css: { weight: -10 }
css/components/item-list.module.css: { weight: -10 }
css/components/js.module.css: { weight: -10 }
css/components/position-container.module.css: { weight: -10 }
css/components/reset-appearance.module.css: { weight: -10 }
css/components/tablesort.module.css: { weight: -10 }
......
......@@ -172,6 +172,10 @@
box-shadow: none;
}
.position-container {
position: relative;
}
@media screen and (min-width: 48em) {
.tabs-wrapper {
display: flex;
......
......@@ -152,6 +152,10 @@
}
}
.position-container {
position: relative;
}
@media screen and (min-width: 48em) {
.tabs-wrapper {
display: flex;
......
......@@ -236,6 +236,7 @@ libraries-override:
css/components/item-list.module.css: css/system/components/item-list.module.css
css/components/js.module.css: css/system/components/js.module.css
css/components/position-container.module.css: css/system/components/position-container.module.css
css/components/nowrap.module.css: css/system/components/nowrap.module.css
css/components/reset-appearance.module.css: css/system/components/reset-appearance.module.css
css/components/tablesort.module.css: css/system/components/tablesort.module.css
system/admin:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment