File tree Expand file tree Collapse file tree 2 files changed +39
-4
lines changed
Expand file tree Collapse file tree 2 files changed +39
-4
lines changed Original file line number Diff line number Diff line change 22.email-app {
33 display : flex ;
44 flex-direction : row ;
5- background : #fff ;
5+ background : $card-bg ;
66 border : 1px solid $border-color ;
77
88 nav {
2020
2121 .nav-item {
2222 position : relative ;
23+ & :hover {
24+ background-color : $list-group-hover-bg ;
25+ }
26+ a :focus {
27+ outline : $border-color auto .2rem ;
28+ }
2329 }
2430
2531 .nav-link {
6571 border-bottom : 1px solid $border-color ;
6672
6773 & :hover {
68- background : $gray-100 ;
74+ background-color : $list-group-hover-bg ;
6975 }
7076
7177 .actions {
8389 }
8490
8591 a {
86- color : #000 ;
92+ color : $body-color ;
8793 & :hover {
8894 text-decoration : none ;
8995 }
96+ & :focus {
97+ outline : $border-color auto .2rem ;
98+ }
9099 }
91100
92101 & .unread {
191200 }
192201 }
193202 }
194- // .compones { }
195203}
196204
197205@include media-breakpoint-down (sm) {
Original file line number Diff line number Diff line change 1+ .email-app {
2+ .toolbar {
3+ .btn {
4+ color : $gray-200 ;
5+ background-color : $gray-800 ;
6+ border-color : $gray-800 ;
7+
8+ & :hover {
9+ background-color : $gray-750 ;
10+ }
11+ }
12+ .dropdown-menu.show {
13+ background-color : $gray-800 ;
14+ }
15+ .dropdown-item :active {
16+ color : $gray-200 ;
17+ background-color : $gray-700 ;
18+ }
19+ .dropdown-item :hover {
20+ color : $gray-200 ;
21+ background-color : $gray-750 ;
22+ }
23+ }
24+ .form-control {
25+ border-color : $gray-750 ;
26+ }
27+ }
You can’t perform that action at this time.
0 commit comments