mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Removed commented out old code
This commit is contained in:
parent
9d96382ecc
commit
7ca8db15d9
@ -55,13 +55,6 @@
|
|||||||
|
|
||||||
// Actual tabs (as links)
|
// Actual tabs (as links)
|
||||||
.nav-tabs > li > a {
|
.nav-tabs > li > a {
|
||||||
// color: $text-color;
|
|
||||||
// padding-top: 8px;
|
|
||||||
// padding-bottom: 8px;
|
|
||||||
// line-height: $line-height-base;
|
|
||||||
// border: 1px solid transparent;
|
|
||||||
// @include border-radius(4px 4px 0 0);
|
|
||||||
|
|
||||||
padding: 0.40rem 1rem 0.35rem 1rem;
|
padding: 0.40rem 1rem 0.35rem 1rem;
|
||||||
margin-right: $spacer/2;
|
margin-right: $spacer/2;
|
||||||
line-height: $line-height-base;
|
line-height: $line-height-base;
|
||||||
@ -78,12 +71,6 @@
|
|||||||
.nav-tabs > .active > a,
|
.nav-tabs > .active > a,
|
||||||
.nav-tabs > .active > a:hover,
|
.nav-tabs > .active > a:hover,
|
||||||
.nav-tabs > .active > a:focus {
|
.nav-tabs > .active > a:focus {
|
||||||
// @include border-radius(3px);
|
|
||||||
// border: 1px solid $divider-border-color;
|
|
||||||
// background-color: transparent;
|
|
||||||
// border-bottom: 1px solid $panel-bg;
|
|
||||||
// color: $link-hover-color;
|
|
||||||
|
|
||||||
@include border-radius(3px);
|
@include border-radius(3px);
|
||||||
border-color: $divider-border-color;
|
border-color: $divider-border-color;
|
||||||
border-bottom: 1px solid $panel-bg;
|
border-bottom: 1px solid $panel-bg;
|
||||||
|
Loading…
Reference in New Issue
Block a user