Skip to content

Commit 7bfbc54

Browse files
committed
Removed extra css
1 parent c46d872 commit 7bfbc54

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

build/less/navs.less

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
* --------------
44
*/
55

6+
.nav {
7+
> li > a:hover,
8+
> li > a:active,
9+
> li > a:focus {
10+
color: #444;
11+
background: #f7f7f7;
12+
}
13+
}
14+
615
/* NAV PILLS */
716
.nav-pills {
817
> li > a {
@@ -18,16 +27,11 @@
1827
> li.active > a,
1928
> li.active > a:hover,
2029
> li.active > a:focus {
21-
background-color: #f7f7f7;
2230
border-top-color: @light-blue;
23-
color: #444;
2431
}
2532
> li.active > a {
2633
font-weight: 600;
2734
}
28-
> li > a:hover {
29-
background-color: #f6f6f6;
30-
}
3135
}
3236
/* NAV STACKED */
3337
.nav-stacked {
@@ -39,10 +43,8 @@
3943
}
4044
> li.active > a,
4145
> li.active > a:hover {
42-
background-color: #f7f7f7;
4346
border-top: 0;
4447
border-left-color: @light-blue;
45-
color: #444;
4648
}
4749

4850
> li.header {

dist/css/AdminLTE.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2326,6 +2326,12 @@ a:focus {
23262326
* Component: Nav
23272327
* --------------
23282328
*/
2329+
.nav > li > a:hover,
2330+
.nav > li > a:active,
2331+
.nav > li > a:focus {
2332+
color: #444;
2333+
background: #f7f7f7;
2334+
}
23292335
/* NAV PILLS */
23302336
.nav-pills > li > a {
23312337
border-radius: 0;
@@ -2340,16 +2346,11 @@ a:focus {
23402346
.nav-pills > li.active > a,
23412347
.nav-pills > li.active > a:hover,
23422348
.nav-pills > li.active > a:focus {
2343-
background-color: #f7f7f7;
23442349
border-top-color: #3c8dbc;
2345-
color: #444;
23462350
}
23472351
.nav-pills > li.active > a {
23482352
font-weight: 600;
23492353
}
2350-
.nav-pills > li > a:hover {
2351-
background-color: #f6f6f6;
2352-
}
23532354
/* NAV STACKED */
23542355
.nav-stacked > li > a {
23552356
border-radius: 0;
@@ -2359,10 +2360,8 @@ a:focus {
23592360
}
23602361
.nav-stacked > li.active > a,
23612362
.nav-stacked > li.active > a:hover {
2362-
background-color: #f7f7f7;
23632363
border-top: 0;
23642364
border-left-color: #3c8dbc;
2365-
color: #444;
23662365
}
23672366
.nav-stacked > li.header {
23682367
border-bottom: 1px solid #ddd;

dist/css/AdminLTE.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)