Refactor css pointer class

This commit is contained in:
JonnyWong16 2018-05-20 17:04:55 -07:00
commit 112b1c7984
5 changed files with 11 additions and 18 deletions

View file

@ -2945,16 +2945,6 @@ a .home-platforms-list-cover-face:hover
.stacked-configs > li > span > span.active {
color: #f9be03;
}
.stacked-configs > li.new-notification-agent,
.stacked-configs > li.notification-agent,
.stacked-configs > li.add-notification-agent,
.stacked-configs > li.new-newsletter-agent,
.stacked-configs > li.newsletter-agent,
.stacked-configs > li.add-newsletter-agent,
.stacked-configs > li.mobile-device,
.stacked-configs > li.add-mobile-device {
cursor: pointer;
}
.stacked-configs > li.mobile-device > span > a.toggle-left,
.stacked-configs > li.mobile-device > span > span.toggle-left {
color: #999;
@ -4102,3 +4092,6 @@ a[data-tab-destination] {
margin: 0 auto 50px auto;
text-align: center;
}
.pointer {
cursor: pointer;
}