add underline to tabbed heading on hover
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5e91fd7617
commit
70cb9f14e6
@ -22,6 +22,10 @@
|
|||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.is-style-tabbed-heading a:hover {
|
||||||
|
text-decoration: underline !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 782px) {
|
@media (max-width: 782px) {
|
||||||
.is-style-tabbed-heading::before {
|
.is-style-tabbed-heading::before {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
|
Loading…
Reference in New Issue
Block a user