
| Current Path : /var/www/html1/bbp/web/core/themes/claro/css/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html1/bbp/web/core/themes/claro/css/components/icon-link.css |
/*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/**
* @file
* Icon link component.
*/
:root {
/* default */
/* active */
/* hover */
}
.icon-link {
display: flex;
padding: 0;
border: 1px solid #d4d4d8;
border-radius: 50%;
background-color: #fff;
}
.icon-link:hover {
border-color: rgba(212, 212, 218, 0.8);
background-color: #f0f5fd;
}
.icon-link:focus {
box-shadow: 0 0 0 1.5px #fff, 0 0 0 3.5px #26a769;
}
.icon-link:active,
.open > .icon-link {
border-color: #003cc5;
background-color: #003cc5;
}
.icon-link--small:focus {
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #26a769;
}