Skip to content

Commit

Permalink
chore: remove unnecessary css
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusZdroba committed Dec 12, 2024
1 parent dff3d75 commit 8d7c23d
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions media/views/snykCode/suggestion/suggestionLS.scss
Original file line number Diff line number Diff line change
@@ -1,45 +1,5 @@
@import '../../common/webview';

body {
position: relative;
display: inline-flex;
flex-direction: column;
width: 100%;
height: 100%;
margin: 0;
}

.severity-title {
font-weight: 500;
line-height: 2.4rem;
text-transform: capitalize;
}

.data-flow-clickable-row {
color: var(--vscode-textLink-foreground);
}

.tab-item {
color: var(--vscode-panelTitle-inactiveForeground);
border-bottom: 1px solid transparent;
}

.tab-item-icon path {
fill: var(--vscode-foreground);
}

.tab-item.is-selected {
color: var(--vscode-foreground);
border-bottom: 3px solid var(--vscode-focusBorder);
}

.ignore-details-header,
.data-flow-header,
.ai-fix-header,
.example-fixes-header {
text-transform: uppercase;
}

.data-flow-number{
background-color: var(--vscode-editor-background);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
Expand Down

0 comments on commit 8d7c23d

Please sign in to comment.