We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf44156 + 3ff5dc2 commit e0968d5Copy full SHA for e0968d5
1 file changed
web-app/packages/lib/src/assets/sass/themes/mm-theme-light/_extensions.scss
@@ -118,15 +118,16 @@ img {
118
overflow-wrap: anywhere;
119
}
120
121
+// Suppress the focus halo after a mouse click on any PrimeVue button while
122
+// keeping the ring for keyboard navigation (accessibility).
123
+.p-button:focus:not(:focus-visible) {
124
+ box-shadow: none;
125
+}
126
+
127
// Icon-only action button used in list rows (e.g. resend / trash on invitation rows)
128
.p-button.icon-action-btn {
129
color: map-get($colors, 'forest');
130
- // Suppress the focus halo after a mouse click
- &:focus:not(:focus-visible) {
- box-shadow: none;
- }
-
131
&:not(:disabled):hover {
132
background: map-get($colors, 'light-green');
133
0 commit comments