Skip to content

Commit d0a17cc

Browse files
RoyEJohnsonclaudeCopilot
committed
Lower styled-component specificity
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Co-Authored-By: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 26a1fae commit d0a17cc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/components/Dropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const TabHiddenDropDown = styled(React.forwardRef<HTMLElement, TabHiddenProps>((
124124
</div>;
125125
}))`
126126
${css`
127-
& > *:not(${DropdownToggle}) {
127+
& > :where(*:not(${DropdownToggle})) {
128128
${fadeInAnimation}
129129
position: absolute;
130130
box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);

src/app/content/components/Topbar/Topbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@
248248
.topbar-text-resizer-menu {
249249
color: var(--text-resizer-color, #5e6062);
250250
background: #fff;
251-
left: auto !important;
252-
right: 0 !important;
251+
left: auto;
252+
right: 0;
253253
top: calc(100% - 1px);
254254
text-align: left;
255255
font-weight: bold;

0 commit comments

Comments
 (0)