We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b72dc0 commit b0d03d0Copy full SHA for b0d03d0
1 file changed
src/common-elements/fields.ts
@@ -1,10 +1,17 @@
1
import { transparentize } from 'polished';
2
3
-import styled, { extensionsHook, css } from '../styled-components';
+import styled, { css, extensionsHook } from '../styled-components';
4
import { PropertyNameCell } from './fields-layout';
5
+import { deprecatedCss } from './mixins';
6
import { ShelfIcon } from './shelfs';
7
8
export const ClickablePropertyNameCell = styled(PropertyNameCell)`
9
+ &.deprecated {
10
+ span.property-name {
11
+ ${deprecatedCss}
12
+ }
13
14
+
15
button {
16
background-color: transparent;
17
border: 0;
0 commit comments