mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
Merge pull request #6274 from Prosk8er/ticket/16853
[ticket/16853] Remove depreciated 3.2 css classes
This commit is contained in:
commit
3dacc84a94
1 changed files with 0 additions and 37 deletions
|
@ -173,40 +173,3 @@ button::-moz-focus-inner {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Deprecated as of version 3.2
|
|
||||||
------------------------------------------------- */
|
|
||||||
.small-icon {
|
|
||||||
background-image: none;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: 0 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown .small-icon {
|
|
||||||
background-position: 5px 50%;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.small-icon > a {
|
|
||||||
padding: 0 0 0 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* stylelint-disable selector-no-qualifying-type */
|
|
||||||
ul.linklist.bulletin > li.small-icon:before {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
/* stylelint-enable selector-no-qualifying-type */
|
|
||||||
|
|
||||||
.dropdown .small-icon > a {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rtl .small-icon {
|
|
||||||
background-position: 100% 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rtl .small-icon > a {
|
|
||||||
padding-right: 19px;
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue