mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed sass warnings
This commit is contained in:
parent
e53b55479a
commit
92d9093fca
@ -105,7 +105,7 @@
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:first-child:before {
|
&:first-child::before {
|
||||||
left: 14px;
|
left: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -120,13 +120,13 @@
|
|||||||
background: linear-gradient(#333, #000);
|
background: linear-gradient(#333, #000);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active:after,
|
&.active::after,
|
||||||
&:hover:after {
|
&:hover::after {
|
||||||
background: #333;
|
background: #333;
|
||||||
background: linear-gradient(135deg, #333, #000);
|
background: linear-gradient(135deg, #333, #000);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -152,7 +152,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// we dont need an arrow after the last link
|
// we dont need an arrow after the last link
|
||||||
&:last-child:after {
|
&:last-child::after {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user