Popovers: protections: fix header top border radius, #91

This commit is contained in:
Rafael Mardojai CM 2020-01-27 18:45:36 -05:00
parent 0b5a5e971a
commit 4593b5f21a
1 changed files with 4 additions and 1 deletions

View File

@ -195,9 +195,12 @@
/* Protections popup */ /* Protections popup */
.protections-popup-section, .protections-popup-section,
#protections-popup-not-blocking-section-header { #protections-popup-not-blocking-section-header {
border: 0 !important; border: 0 !important;
} }
#protections-popup-mainView-panel-header-section {
background: transparent !important;
}
#protections-popup-mainView-panel-header { #protections-popup-mainView-panel-header {
background: var(--gnome-button-suggested-action-background) !important; background: var(--gnome-button-suggested-action-background) !important;