mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
buttons: Override outline style in action-button and icon-button.
This commit overrides the common button outline style set in zulip.css and dark_theme.css for the button tag.
This commit is contained in:
@@ -29,6 +29,11 @@
|
||||
);
|
||||
scale: 0.96;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
/* Override common button outline style set in zulip.css and dark_theme.css */
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
.action-button-label {
|
||||
@@ -365,6 +370,11 @@
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
|
||||
&:focus {
|
||||
/* Override common button outline style set in zulip.css and dark_theme.css */
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-button-neutral {
|
||||
|
||||
Reference in New Issue
Block a user