Add deprecated css to clickable property name

This commit is contained in:
Kerem Nalbant 2024-04-24 20:24:55 +03:00
parent 20a923b485
commit 5dc43fa791

View File

@ -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;