security upgrade
This commit is contained in:
+7
-27
@@ -4935,14 +4935,17 @@ dialog::backdrop {
|
||||
box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
|
||||
}
|
||||
|
||||
.page-settings-menu .public-task-toggle {
|
||||
.page-settings-menu .public-task-toggle,
|
||||
.mobile-editor-options__panel .mobile-option-check {
|
||||
min-height: 30px;
|
||||
padding: 5px 7px;
|
||||
border-radius: 6px;
|
||||
background: #171c24;
|
||||
}
|
||||
|
||||
.page-settings-menu .public-task-toggle:hover {
|
||||
background: color-mix(in srgb, var(--surface-strong, #262b35) 72%, transparent);
|
||||
.page-settings-menu .public-task-toggle:hover,
|
||||
.mobile-editor-options__panel .mobile-option-check:hover {
|
||||
background: #242b36;
|
||||
}
|
||||
|
||||
#publish-page:disabled {
|
||||
@@ -5066,14 +5069,6 @@ dialog::backdrop {
|
||||
}
|
||||
}
|
||||
|
||||
.page-settings-menu .public-task-toggle {
|
||||
background: #171c24;
|
||||
}
|
||||
|
||||
.page-settings-menu .public-task-toggle:hover {
|
||||
background: #242b36;
|
||||
}
|
||||
|
||||
/* Shared editor display settings */
|
||||
.authorship-controls {
|
||||
display: flex;
|
||||
@@ -5437,20 +5432,5 @@ dialog::backdrop {
|
||||
min-height: 34px;
|
||||
}
|
||||
|
||||
.mobile-option-check {
|
||||
display: flex;
|
||||
min-height: 24px;
|
||||
align-items: center;
|
||||
gap: 7px;
|
||||
color: var(--text);
|
||||
font-size: .8rem;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.mobile-option-check input {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user