From d5aa09087c4ecf6df8cdb811f48ce5bf2ff36620 Mon Sep 17 00:00:00 2001 From: Cory Streiff Date: Thu, 23 Jan 2025 18:12:23 +0100 Subject: [PATCH] Remove duplicate AdminLTE CSS --- app/assets/stylesheets/application.scss | 2 +- app/assets/stylesheets/custom.scss | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 74c027ce0e..c7f2cc7a8b 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -20,8 +20,8 @@ @import 'resources/*'; // import other stylesheets after variables -@import 'AdminLTE'; @import 'bootstrap'; +@import 'AdminLTE'; @import 'simple_form-bootstrap/simple_form-bootstrap'; @import 'progress_stepper'; @import 'audits'; diff --git a/app/assets/stylesheets/custom.scss b/app/assets/stylesheets/custom.scss index 83ec2d042c..a9c26cb8dc 100644 --- a/app/assets/stylesheets/custom.scss +++ b/app/assets/stylesheets/custom.scss @@ -1,5 +1,4 @@ @import 'base/_variables'; -@import 'AdminLTE'; @mixin for-desktop { @media (min-width: 992px) and (min-height: 769px) { @@ -53,15 +52,6 @@ } } -.wrapper-form-feedback { - @extend .dropdown-item; - - &:active { - color: inherit; - background-color: #f8f9fa; - } -} - .login-page--user { background: linear-gradient(135deg, #3023AE, #C86DD7); background-attachment: fixed;