Bug 1576600 - Fix styling of Learn More link in protections panel info message. r=andreio

Differential Revision: https://phabricator.services.mozilla.com/D47446

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nihanth Subramanya 2019-09-30 11:39:32 +00:00
parent b63ff14f07
commit bd653ba9c4

View File

@ -1932,8 +1932,7 @@ panelview[mainview] #PanelUI-whatsNew-content {
line-height: 18px;
}
#PanelUI-whatsNew .text-link,
#protections-popup-message .text-link {
#PanelUI-whatsNew .text-link {
background: none;
border: 0;
color: #45a1ff;
@ -1942,6 +1941,11 @@ panelview[mainview] #PanelUI-whatsNew-content {
margin-top: 16px;
}
#protections-popup-message .text-link:hover {
text-decoration: underline;
cursor: pointer;
}
#PanelUI-whatsNew .text-link:hover {
color: #0a84ff;
text-decoration: underline;