Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Feb 27, 2024
1 parent 462bb1a commit be5dd46
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/bundle/Resources/public/scss/_custom.scss
Original file line number Diff line number Diff line change
@@ -152,16 +152,16 @@ $ibexa-color-complementary-strong-300: #99b7be;
$ibexa-color-complementary-strong-200: #ccdbde;
$ibexa-color-complementary-strong-100: #e5edee;

$ibexa-color-navigation: #306CBE;
$ibexa-color-navigation: #306cbe;
$ibexa-color-navigation-900: #10243f;
$ibexa-color-navigation-800: #18365f;
$ibexa-color-navigation-700: #20487f;
$ibexa-color-navigation-600: #285A9E;
$ibexa-color-navigation-600: #285a9e;
$ibexa-color-navigation-500: #4a83d1;
$ibexa-color-navigation-400: #6E9CDA;
$ibexa-color-navigation-300: #92B5E4;
$ibexa-color-navigation-200: #B7CDED;
$ibexa-color-navigation-100: #DBE6F6;
$ibexa-color-navigation-400: #6e9cda;
$ibexa-color-navigation-300: #92b5e4;
$ibexa-color-navigation-200: #b7cded;
$ibexa-color-navigation-100: #dbe6f6;

// Ibexa fonts - part 1
$ibexa-font-family:
3 changes: 2 additions & 1 deletion src/bundle/Resources/public/scss/_popup-menu.scss
Original file line number Diff line number Diff line change
@@ -119,7 +119,8 @@
}

&--current {
&, &:hover {
&,
&:hover {
color: $ibexa-color-navigation-200;
background-color: $ibexa-color-navigation-700;
}

0 comments on commit be5dd46

Please sign in to comment.