firmware-security: Don't use .view on rows
I'm not sure what the intention was here, but it didn't work. It made rows white in light variant (same as other rows), but even darker than they were before in dark.
This commit is contained in:
parent
6b076a7765
commit
53fd0d69e2
2 changed files with 0 additions and 2 deletions
|
@ -270,7 +270,6 @@ hsi_create_pg_row (const gchar *icon_name,
|
|||
{
|
||||
GtkWidget *subrow = adw_action_row_new ();
|
||||
g_autofree gchar *str = fu_security_attr_get_description_for_dialog (attr);
|
||||
gtk_widget_add_css_class (subrow, "view");
|
||||
adw_action_row_set_subtitle (ADW_ACTION_ROW (subrow), str);
|
||||
adw_expander_row_add_row (ADW_EXPANDER_ROW (row), subrow);
|
||||
gtk_widget_add_css_class (subrow, "security-description-row");
|
||||
|
|
|
@ -202,7 +202,6 @@ parse_event_variant_iter (CcfirmwareSecurityPanel *self,
|
|||
{
|
||||
GtkWidget *subrow = adw_action_row_new ();
|
||||
g_autofree gchar *str = fu_security_attr_get_description_for_eventlog (attr);
|
||||
gtk_widget_add_css_class (subrow, "view");
|
||||
adw_action_row_set_subtitle (ADW_ACTION_ROW (subrow), str);
|
||||
adw_expander_row_add_row (ADW_EXPANDER_ROW (row), subrow);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue