File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
core-courses/3-js-basic-level/practicum-js-basic-level/sb-crm-client/css Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 172172 height : 65px ;
173173}
174174
175+ .crm__output-table-body-row : focus-visible {
176+ outline : solid rgba (152 , 115 , 255 , 0.5 );
177+ }
178+
175179.crm__output-table-body-row .crm__output-table-body-cell_id {
176180 padding-left : 15px ;
177181 color : var (--text-gray );
212216 transition-timing-function : ease;
213217}
214218
219+ .crm__output-table-body-cell_contacts-item : focus-within {
220+ border : none;
221+ border-bottom : 1px solid var (--light-purple );
222+ outline : none;
223+ }
224+
225+ .crm__output-table-body-cell_contacts-item : focus-within .crm__output-table-body-cell_contacts-item-i {
226+ color : var (--dark-purple );
227+ }
228+
215229.table-row-contacts-icon {
216230 position : absolute;
217231 top : 0 ;
You can’t perform that action at this time.
0 commit comments