mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 08:13:14 +02:00
[ticket/16237] fix ajax subscribe icons
PHPBB3-16237
This commit is contained in:
@@ -280,6 +280,17 @@ a.rightside {
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
ul.linklist li a:hover,
|
||||
ul.linklist li a:focus,
|
||||
ul.linklist li a:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul.linklist li a:hover span,
|
||||
ul.linklist li a:focus span {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
ul.navlinks {
|
||||
border-top: 1px solid transparent;
|
||||
}
|
||||
@@ -496,6 +507,17 @@ a.header-avatar img {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.dropdown-contents a:hover,
|
||||
.dropdown-contents a:active,
|
||||
.dropdown-contents a:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.dropdown-contents a:hover span,
|
||||
.dropdown-contents a:focus span {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.jumpbox {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
@@ -120,3 +120,11 @@ blockquote cite:before,
|
||||
.c-button-icon {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.c-subscribe-icon {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.c-subscribe-icon.is-active {
|
||||
display: inline !important;
|
||||
}
|
||||
|
@@ -204,11 +204,3 @@ a.feed-icon-forum {
|
||||
a.anchor {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.c-subscribe-action {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.c-subscribe-action.is-active {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user