|
|
|
|
@ -624,10 +624,6 @@ headerbar popover.background button:disabled:not(.suggested-action):not(.destruc
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action) > label, button:disabled > label {
|
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action), button:checked {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
background-color: #3281EA;
|
|
|
|
|
@ -833,10 +829,6 @@ button.suggested-action:disabled {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button.suggested-action:disabled > label {
|
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button.suggested-action:hover {
|
|
|
|
|
box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(50, 129, 234, 0.2), 0 4px 3px 0 rgba(50, 129, 234, 0.14), 0 1px 6px 0 rgba(50, 129, 234, 0.12);
|
|
|
|
|
}
|
|
|
|
|
@ -882,10 +874,6 @@ button.destructive-action:disabled {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button.destructive-action:disabled > label {
|
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button.destructive-action:hover {
|
|
|
|
|
box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(242, 139, 130, 0.2), 0 4px 3px 0 rgba(242, 139, 130, 0.14), 0 1px 6px 0 rgba(242, 139, 130, 0.12);
|
|
|
|
|
}
|
|
|
|
|
@ -1310,10 +1298,6 @@ button.combo:only-child:disabled {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button.combo:only-child:disabled > label {
|
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-notification, .toolbar.osd,
|
|
|
|
|
toolbar.osd {
|
|
|
|
|
transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1);
|
|
|
|
|
@ -1584,7 +1568,8 @@ headerbar .linked:not(.vertical) > entry:not(:only-child) {
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
headerbar button.suggested-action:disabled, headerbar button.destructive-action:disabled {
|
|
|
|
|
headerbar button.suggested-action:disabled,
|
|
|
|
|
headerbar button.destructive-action:disabled {
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.04);
|
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
|
}
|
|
|
|
|
|