mirror of https://github.com/istio/istio.io.git
Remove the distracting icon that was getting displayed for external links.
This commit is contained in:
parent
5ed6ca9104
commit
3363f7bcda
|
@ -15,21 +15,6 @@ a:focus {
|
|||
color: $linkHoverColor;
|
||||
}
|
||||
|
||||
a.external {
|
||||
&:after {
|
||||
@extend .external-link-icon;
|
||||
content: "";
|
||||
margin-left: 5px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:after {
|
||||
background: url('../img/external-link-dark.svg') no-repeat center/cover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a.disabled {
|
||||
color: #CCCCCC;
|
||||
}
|
||||
|
|
|
@ -11,19 +11,6 @@
|
|||
|
||||
.community-section {
|
||||
margin: 45px 0;
|
||||
|
||||
.external-link-icon {
|
||||
margin: -5px 0 0;
|
||||
}
|
||||
|
||||
a::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.external-link-icon {
|
||||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
|
|
|
@ -90,9 +90,3 @@
|
|||
width: 45px;
|
||||
}
|
||||
}
|
||||
|
||||
.external-link-icon {
|
||||
background: url('../img/external-link.svg') no-repeat center/cover;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
|
|
|
@ -33,10 +33,6 @@ footer {
|
|||
}
|
||||
}
|
||||
|
||||
a.external:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.active {
|
||||
display: initial;
|
||||
}
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="18px" height="18px" viewBox="5 5 18 18" enable-background="new 5 5 18 18" xml:space="preserve">
|
||||
<g>
|
||||
<path fill="#466BB0" d="M23,5H12.417l3.054,2.928l-4.51,4.509c-0.458,0.458-0.458,1.201,0,1.658l2.901,2.901
|
||||
c0.457,0.458,1.199,0.458,1.658,0l4.479-4.604L23,15.391V5z"/>
|
||||
<path fill="#466BB0" d="M18,16.816v2.517C18,20.252,17.836,21,16.917,21h-8C7.998,21,7,20.252,7,19.333v-8
|
||||
C7,10.415,7.998,10,8.917,10h2.01l2-2h-4.01C6.895,8,5,9.312,5,11.333v8C5,21.355,6.895,23,8.917,23h8
|
||||
C18.938,23,20,21.355,20,19.333v-4.517L18,16.816z"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 923 B |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="18px" height="18px" viewBox="5 5 18 18" enable-background="new 5 5 18 18" xml:space="preserve">
|
||||
<g>
|
||||
<path fill="#286AC7" d="M23,5H12.417l3.054,2.928l-4.51,4.509c-0.458,0.458-0.458,1.201,0,1.658l2.901,2.901
|
||||
c0.457,0.458,1.199,0.458,1.658,0l4.479-4.604L23,15.391V5z"/>
|
||||
<path fill="#286AC7" d="M18,16.816v2.517C18,20.252,17.836,21,16.917,21h-8C7.998,21,7,20.252,7,19.333v-8
|
||||
C7,10.415,7.998,10,8.917,10h2.01l2-2h-4.01C6.895,8,5,9.312,5,11.333v8C5,21.355,6.895,23,8.917,23h8
|
||||
C18.938,23,20,21.355,20,19.333v-4.517L18,16.816z"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 923 B |
Loading…
Reference in New Issue