diff --git a/app/assets/stylesheets/foundation_and_overrides.scss b/app/assets/stylesheets/foundation_and_overrides.scss index 95dd7511c..b093af62b 100644 --- a/app/assets/stylesheets/foundation_and_overrides.scss +++ b/app/assets/stylesheets/foundation_and_overrides.scss @@ -43,7 +43,6 @@ @include foundation-table; @include foundation-tabs; @include foundation-thumbnail; -@include foundation-title-bar; @include foundation-tooltip; @include foundation-visibility-classes; @include foundation-float-classes; diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index e8484e498..e3b2837e3 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -616,11 +616,6 @@ body > header, cursor: inherit; } -.title-bar { - background: none; - float: right; -} - .dropdown.menu > li { a { diff --git a/app/assets/stylesheets/layout/admin_header.scss b/app/assets/stylesheets/layout/admin_header.scss index 46271c8f4..e695f9e83 100644 --- a/app/assets/stylesheets/layout/admin_header.scss +++ b/app/assets/stylesheets/layout/admin_header.scss @@ -77,10 +77,4 @@ height: auto !important; } } - - .title-bar { - color: inherit; - position: absolute; - right: 12px; - } } diff --git a/app/components/layout/admin_header_component.html.erb b/app/components/layout/admin_header_component.html.erb index f6f3b9f04..903cc4541 100644 --- a/app/components/layout/admin_header_component.html.erb +++ b/app/components/layout/admin_header_component.html.erb @@ -8,15 +8,6 @@