mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14865] Mask remaining issue with buttons
PHPBB3-14865
This commit is contained in:
parent
7c85e16c40
commit
c5fa60cd78
1 changed files with 3 additions and 0 deletions
|
@ -176,9 +176,12 @@ button::-moz-focus-inner {
|
||||||
padding: 0 0 0 18px;
|
padding: 0 0 0 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* stylelint-disable selector-no-qualifying-type */
|
||||||
ul.linklist.bulletin > li.small-icon:before {
|
ul.linklist.bulletin > li.small-icon:before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
/* stylelint-enable */
|
||||||
|
|
||||||
.dropdown .small-icon > a {
|
.dropdown .small-icon > a {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Add table
Reference in a new issue