Skip to content

Commit

Permalink
chore(frontend): remove unsued import
Browse files Browse the repository at this point in the history
import css from EUI is no longer necessary, see: elastic/eui#8045
  • Loading branch information
ralgozino committed Oct 22, 2024
1 parent 460fbbd commit 1734b4c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/web-client/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $euiTitle: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
border-radius: 8px !important;
}

.euiPagination__compressedText > span:first-of-type {
.euiPagination__compressedText>span:first-of-type {
color: $euiColorPrimary;
}

Expand Down Expand Up @@ -107,7 +107,7 @@ $euiTitle: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
.euiSelect:focus,
.euiFieldText:focus,
.euiSuperSelectControl.euiSuperSelect--isOpen__button,
.euiFilePicker__input:focus + .euiFilePicker__prompt,
.euiFilePicker__input:focus+.euiFilePicker__prompt,
.euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap,
.euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap--compressed {
background-image: linear-gradient(to top, $euiColorPrimary, $euiColorPrimary 2px, transparent 2px, transparent 100%);
Expand All @@ -131,6 +131,4 @@ body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

@import "@elastic/eui/dist/eui_theme_light.css";
}

0 comments on commit 1734b4c

Please sign in to comment.