mirror of https://github.com/zulip/zulip.git
css: Remove unnecessary rule for subscriptions_overlay.
Even though the border-color was set for `#subscriptions_overlay .subsection-parent div`, since the border-style was not set. It did not have any effect on the appearance of the children div of .subsection-parent.
This commit is contained in:
parent
2081fb52a1
commit
a746a7e784
|
@ -697,7 +697,6 @@
|
|||
.subscriber-list-box .subscriber_list_container .subscriber-list td,
|
||||
.member-list-box,
|
||||
.member-list-box .member_list_container .member-list td,
|
||||
#subscription_overlay .subsection-parent div,
|
||||
#subscription_overlay .settings-radio-input-parent,
|
||||
#settings_page .sidebar-wrapper,
|
||||
#settings_page .sidebar-wrapper *,
|
||||
|
|
Loading…
Reference in New Issue