File tree Expand file tree Collapse file tree
core/src/components/Profile Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,37 +61,4 @@ export default defineComponent({
6161 .icon {
6262 filter : var (--primary-invert-if-dark );
6363 }
64-
65- .profile__primary-action-button {
66- font-size : var (--default-font-size );
67- font-weight : bold ;
68- width : 188px ;
69- height : 44px ;
70- padding : 0 16px ;
71- line-height : 44px ;
72- text-align : center ;
73- border-radius : var (--border-radius-pill );
74- color : var (--color-primary-element-text );
75- background-color : var (--color-primary-element );
76- overflow : hidden ;
77- white-space : nowrap ;
78- text-overflow : ellipsis ;
79-
80- .icon {
81- display : inline-block ;
82- vertical-align : middle ;
83- margin-bottom : 2px ;
84- margin-inline-end : 4px ;
85-
86- & .icon-invert {
87- filter : invert (1 );
88- }
89- }
90-
91- & :hover ,
92- & :focus ,
93- & :active {
94- background-color : var (--color-primary-element-light );
95- }
96- }
9764 </style >
You can’t perform that action at this time.
0 commit comments