1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5%include ../shared.inc
6%include ../../shared/controlcenter/panel.inc.css
7
8.identity-popup-expander:-moz-focusring,
9.identity-popup-permission-remove-button:-moz-focusring {
10  box-shadow: var(--focus-ring-box-shadow);
11}
12
13#tracking-action-block,
14#tracking-action-unblock,
15#tracking-action-unblock-private,
16#identity-popup-securityView-body > button {
17  @hudButton@
18  min-height: 30px;
19}
20
21#tracking-action-block:hover:active,
22#tracking-action-unblock:hover:active,
23#tracking-action-unblock-private:hover:active,
24#identity-popup-securityView-body > button:hover:active {
25  @hudButtonPressed@
26}
27
28#tracking-action-block:-moz-focusring,
29#tracking-action-unblock:-moz-focusring,
30#tracking-action-unblock-private:-moz-focusring,
31#identity-popup-securityView-body > button:-moz-focusring {
32  box-shadow: var(--focus-ring-box-shadow);
33}
34