Skip to content

Commit

Permalink
Add deprecated css to clickable property name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerem Nalbant committed Apr 24, 2024
1 parent 20a923b commit 5dc43fa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/common-elements/fields.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
import { transparentize } from 'polished';

import styled, { extensionsHook, css } from '../styled-components';
import styled, { css, extensionsHook } from '../styled-components';
import { PropertyNameCell } from './fields-layout';
import { deprecatedCss } from './mixins';
import { ShelfIcon } from './shelfs';

export const ClickablePropertyNameCell = styled(PropertyNameCell)`
&.deprecated {
span.property-name {
${deprecatedCss}
}
}
button {
background-color: transparent;
border: 0;
Expand Down

0 comments on commit 5dc43fa

Please sign in to comment.