Website: Update styles on /tables pages (#18358)

Closes: #18346

Changes:
- Updated the styles for the left sidebar on `/tables/*` pages
This commit is contained in:
Eric 2024-04-16 16:46:36 -05:00 committed by GitHub
parent 4a38135ea5
commit 93a43696b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -134,7 +134,6 @@
max-width: 250px;
padding-top: 24px;
height: 100%;
padding-right: 16px;
margin-right: 16px;
h4 {
line-height: 24px;
@ -245,16 +244,19 @@
color: @core-vibrant-blue;
padding-right: 7px;
}
a:not(.markdown-link):not([purpose='evented-table-label']):after {
background-image: url('/images/icon-arrow-upper-right-7x7@2x.png');
background-size: 7px 7px;
display: inline-block;
position: relative;
top: -4px;
left: 4px;
width: 7px;
height: 7px;
content: '';
a:not(.markdown-link):not([purpose='evented-table-label']) {
white-space: nowrap;
&:after {
background-image: url('/images/icon-arrow-upper-right-7x7@2x.png');
background-size: 7px 7px;
display: inline-block;
position: relative;
top: -4px;
left: 4px;
width: 7px;
height: 7px;
content: '';
}
}
pre {
width: 100%;