No need to have a button: not conflicting with button styles

This commit is contained in:
Jean-Baptiste Bellet
2023-09-11 15:29:09 +02:00
parent f885e80413
commit 99ea4a63e0
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
%button.question-mark-icon{"ng-class" => "{open: tt_isOpen}", type: 'button'}
.question-mark-icon{"ng-class" => "{open: tt_isOpen}", type: 'button'}

View File

@@ -10,6 +10,7 @@
background-size: cover;
background-repeat: no-repeat;
border-radius: 50%;
cursor: pointer;
// Reset button element css attributes
padding: 0;