mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
x-buttons: Replace "Remove" and "Unsubscribe" buttons with x icons in tables.
This commit removes the "Remove" and "Unsubscribe" action buttons from various tables and replaces them with icon buttons using the "close" icon. Additionally, previously the rows with and without a remove button had different heights. This commit updates the fixed `px` values to `em` units to ensure equal height for all rows, regardless of whether a remove-subscription button is present. Fixes: #34874.
This commit is contained in:
committed by
Tim Abbott
parent
0fe4b6b317
commit
ec60c8a70c
@@ -191,7 +191,7 @@ h4.user_group_setting_subsection_title {
|
||||
& tr {
|
||||
& td,
|
||||
th {
|
||||
padding: 4px 0 4px 5px;
|
||||
padding: 4px 10px 4px 5px;
|
||||
vertical-align: middle;
|
||||
|
||||
&:first-of-type {
|
||||
@@ -220,10 +220,6 @@ h4.user_group_setting_subsection_title {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
th.user-remove-actions {
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
.strikethrough {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user