Skip to content

Commit d5aa090

Browse files
committed
Remove duplicate AdminLTE CSS
1 parent 65e1d0b commit d5aa090

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

app/assets/stylesheets/application.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
@import 'resources/*';
2121

2222
// import other stylesheets after variables
23-
@import 'AdminLTE';
2423
@import 'bootstrap';
24+
@import 'AdminLTE';
2525
@import 'simple_form-bootstrap/simple_form-bootstrap';
2626
@import 'progress_stepper';
2727
@import 'audits';

app/assets/stylesheets/custom.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@import 'base/_variables';
2-
@import 'AdminLTE';
32

43
@mixin for-desktop {
54
@media (min-width: 992px) and (min-height: 769px) {
@@ -53,15 +52,6 @@
5352
}
5453
}
5554

56-
.wrapper-form-feedback {
57-
@extend .dropdown-item;
58-
59-
&:active {
60-
color: inherit;
61-
background-color: #f8f9fa;
62-
}
63-
}
64-
6555
.login-page--user {
6656
background: linear-gradient(135deg, #3023AE, #C86DD7);
6757
background-attachment: fixed;

0 commit comments

Comments
 (0)