Skip to content

Commit

Permalink
[Dependencies]: Bump Nala to latest (#26114)
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning authored Oct 22, 2024
1 parent 0056fe2 commit fa3ae46
Show file tree
Hide file tree
Showing 7 changed files with 2,781 additions and 8,051 deletions.
2 changes: 0 additions & 2 deletions browser/ui/color/brave_color_mixer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,6 @@ void AddBravifiedTabStripColorMixer(ui::ColorProvider* provider,
mixer[kColorTabBackgroundActiveFrameActive] = {kColorToolbar};
mixer[kColorTabBackgroundActiveFrameInactive] = {
kColorTabBackgroundActiveFrameActive};
mixer[kColorTabBackgroundInactiveHoverFrameActive] = {
nala::kColorDesktopbrowserTabbarHoverTabBackground};
mixer[kColorTabDividerFrameActive] =
ui::AlphaBlend({nala::kColorDividerStrong},
{kColorTabBackgroundInactiveFrameActive}, 0.75 * 0xff);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const TextareaWrapper = styled.div<{ showError: boolean }>`
}
&:focus-visible {
border: 1.5px solid ${color.systemfeedback.focusDefault};
border: 1.5px solid ${color.primary[40]};
outline: 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const RegionSelectorButton = styled.button`
}
&:focus-visible {
--border-color: ${color.systemfeedback.focusDefault};
--border-color: ${color.primary[40]};
outline: 0;
}
`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ export const ActionLink = styled.a`
text-decoration-line: underline;
&:focus-visible {
outline: 1.5px solid ${color.systemfeedback.focusDefault};
outline: 1.5px solid ${color.primary[40]};
}
`
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const Setting = styled.div`
cursor: pointer;
&:focus-visible {
outline: 1.5px solid ${color.systemfeedback.focusDefault};
outline: 1.5px solid ${color.primary[40]};
outline-offset: -6px;
}
`
Expand Down
Loading

0 comments on commit fa3ae46

Please sign in to comment.