Free Accessibility CSS: larger circle icons

  • 19 August 2022
  • 1 reply
  • 37 views

Userlevel 7
Badge +5
doc-layout-action-buttons .action-buttons .button-wrap button div span.icon i {
color: black !important;
transform: scaleY(1.6) scaleX(1.6);
}/*black larger icons for expert and share etc*/
doc-layout-action-buttons .action-buttons .button-wrap button[aria-label="Share"] div span.icon i {
transform: scaleY(1.6) scaleX(-1.6) !important;
}

 


1 reply

Userlevel 7
Badge +5

Why negative X? No idea, that’s how Docebo does it 🤣

Reply