.vss-base-editor .widget-get-line-link {
  border: none;
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.vss-base-editor .widget-get-line-link:hover {
  cursor: pointer;
}

.vss-base-editor .vs-dark .widget-get-line-link {
  background-color: rgba( 0, 0, 0 ,  1 );
  background-color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}
