mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1610992 - Links in privacy modal width r=gvn
Differential Revision: https://phabricator.services.mozilla.com/D60985 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
e4cbc3ca4b
commit
c41ef3c07e
@ -6,6 +6,7 @@
|
||||
border: 0;
|
||||
padding: 0;
|
||||
color: $blue-60;
|
||||
width: max-content;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
|
@ -3145,7 +3145,8 @@ main {
|
||||
margin: 0 0 8px;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
color: #0060DF; }
|
||||
color: #0060DF;
|
||||
width: max-content; }
|
||||
.ds-privacy-modal .modal-link:hover {
|
||||
text-decoration: underline;
|
||||
cursor: pointer; }
|
||||
|
@ -3148,7 +3148,8 @@ main {
|
||||
margin: 0 0 8px;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
color: #0060DF; }
|
||||
color: #0060DF;
|
||||
width: max-content; }
|
||||
.ds-privacy-modal .modal-link:hover {
|
||||
text-decoration: underline;
|
||||
cursor: pointer; }
|
||||
|
@ -3145,7 +3145,8 @@ main {
|
||||
margin: 0 0 8px;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
color: #0060DF; }
|
||||
color: #0060DF;
|
||||
width: max-content; }
|
||||
.ds-privacy-modal .modal-link:hover {
|
||||
text-decoration: underline;
|
||||
cursor: pointer; }
|
||||
|
Loading…
Reference in New Issue
Block a user