mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/14976] fix errors
PHPBB3-14976
This commit is contained in:
parent
f7baa94d44
commit
a408180c4a
10 changed files with 9 additions and 41 deletions
|
@ -3,7 +3,6 @@
|
|||
/* -------------------------------------------------------------- */
|
||||
/* stylelint-disable selector-max-compound-selectors */
|
||||
/* stylelint-disable selector-no-qualifying-type */
|
||||
/* stylelint-disable declaration-property-unit-whitelist */
|
||||
|
||||
/**
|
||||
* common.css
|
||||
|
@ -991,4 +990,3 @@ li.breadcrumbs span:first-child > a {
|
|||
}
|
||||
|
||||
/* stylelint-enable selector-no-qualifying-type */
|
||||
/* stylelint-enable declaration-property-unit-whitelist */
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
$Buttons
|
||||
/* -------------------------------------------------------------- */
|
||||
|
||||
/* stylelint-disable declaration-property-unit-whitelist */
|
||||
|
||||
.button {
|
||||
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
|
||||
font-size: 13px;
|
||||
|
@ -207,5 +205,3 @@ ul.linklist.bulletin > li.small-icon:before {
|
|||
padding-right: 19px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
/* stylelint-enable declaration-property-unit-whitelist */
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
/* -------------------------------------------------------------- */
|
||||
/* stylelint-disable selector-max-compound-selectors */
|
||||
/* stylelint-disable selector-no-qualifying-type */
|
||||
/* stylelint-disable declaration-property-unit-whitelist */
|
||||
/* stylelint-disable declaration-property-unit-blacklist */
|
||||
|
||||
html {
|
||||
font-size: 100%;
|
||||
|
@ -623,15 +621,15 @@ a.header-avatar span:after {
|
|||
}
|
||||
|
||||
.breadcrumbs.wrapped .crumb a {
|
||||
letter-spacing: -0.3px;
|
||||
letter-spacing: -0.019em;
|
||||
}
|
||||
|
||||
.breadcrumbs.wrapped .crumb.wrapped-medium a {
|
||||
letter-spacing: -0.4px;
|
||||
letter-spacing: -0.025em;
|
||||
}
|
||||
|
||||
.breadcrumbs.wrapped .crumb.wrapped-tiny a {
|
||||
letter-spacing: -0.5px;
|
||||
letter-spacing: -0.031em;
|
||||
}
|
||||
|
||||
.breadcrumbs .crumb.wrapped-max a {
|
||||
|
@ -1243,6 +1241,7 @@ ul.linklist:after,
|
|||
text-transform: uppercase;
|
||||
border-bottom: 1px solid;
|
||||
border-radius: 5px 5px 0 0;
|
||||
|
||||
/* needs moved to colurs.css */
|
||||
text-shadow: 1px 1px 1px #ffffff;
|
||||
padding: 0 10px;
|
||||
|
@ -1391,5 +1390,5 @@ ul.linklist:after,
|
|||
border-top: none;
|
||||
}
|
||||
|
||||
/* stylelint-enable declaration-property-unit-whitelist */
|
||||
/* stylelint-enable declaration-property-unit-blacklist */
|
||||
/* stylelint-enable selector-max-compound-selectors */
|
||||
/* stylelint-enable selector-no-qualifying-type */
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
/* stylelint-disable selector-max-compound-selectors */
|
||||
/* stylelint-disable selector-no-qualifying-type */
|
||||
/* stylelint-disable declaration-property-unit-whitelist */
|
||||
/* stylelint-disable declaration-property-unit-blacklist */
|
||||
|
||||
ul.topiclist {
|
||||
display: block;
|
||||
|
@ -902,5 +900,3 @@ table.fixed-width-table {
|
|||
|
||||
/* stylelint-enable selector-max-compound-selectors */
|
||||
/* stylelint-enable selector-no-qualifying-type */
|
||||
/* stylelint-enable declaration-property-unit-whitelist */
|
||||
/* stylelint-enable declaration-property-unit-blacklist */
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
/* stylelint-disable selector-max-compound-selectors */
|
||||
/* stylelint-disable selector-no-qualifying-type */
|
||||
/* stylelint-disable declaration-property-unit-whitelist */
|
||||
/* stylelint-disable declaration-property-unit-blacklist */
|
||||
|
||||
/* Main CP box
|
||||
---------------------------------------- */
|
||||
|
@ -361,5 +359,3 @@ ol.def-rules li {
|
|||
|
||||
/* stylelint-enable selector-max-compound-selectors */
|
||||
/* stylelint-enable selector-no-qualifying-type */
|
||||
/* stylelint-enable declaration-property-unit-whitelist */
|
||||
/* stylelint-enable declaration-property-unit-blacklist */
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
/* stylelint-disable selector-max-compound-selectors */
|
||||
/* stylelint-disable selector-no-qualifying-type */
|
||||
/* stylelint-disable declaration-property-unit-whitelist */
|
||||
/* stylelint-disable declaration-property-unit-blacklist */
|
||||
|
||||
/* General form styles
|
||||
---------------------------------------- */
|
||||
|
@ -411,5 +409,3 @@ input.search {
|
|||
|
||||
/* stylelint-enable selector-max-compound-selectors */
|
||||
/* stylelint-enable selector-no-qualifying-type */
|
||||
/* stylelint-enable declaration-property-unit-whitelist */
|
||||
/* stylelint-enable declaration-property-unit-blacklist */
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
$Links
|
||||
/* -------------------------------------------------------------- */
|
||||
|
||||
/* stylelint-disable declaration-property-unit-whitelist */
|
||||
|
||||
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
@ -206,5 +204,3 @@ a.feed-icon-forum {
|
|||
a.anchor {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* stylelint-enable declaration-property-unit-whitelist */
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
$Plupload
|
||||
/* -------------------------------------------------------------- */
|
||||
|
||||
/* stylelint-disable declaration-property-unit-whitelist */
|
||||
|
||||
.attach-panel-multi {
|
||||
display: none;
|
||||
margin-bottom: 10px;
|
||||
|
@ -92,5 +90,3 @@
|
|||
vertical-align: bottom;
|
||||
max-width: 65%;
|
||||
}
|
||||
|
||||
/* stylelint-enable declaration-property-unit-whitelist */
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
/* -------------------------------------------------------------- */
|
||||
|
||||
/* stylelint-disable selector-max-compound-selectors */
|
||||
/* stylelint-disable declaration-property-unit-whitelist */
|
||||
/* stylelint-disable declaration-property-unit-blacklist */
|
||||
|
||||
/* Lots still TODO here! */
|
||||
|
||||
|
@ -220,12 +218,13 @@ ul {
|
|||
display: none;
|
||||
}
|
||||
|
||||
/* stylelint-disable declaration-property-unit-whitelist */
|
||||
.emoji {
|
||||
width: 1em;
|
||||
min-width: 18px;
|
||||
height: 1em;
|
||||
min-height: 18px;
|
||||
}
|
||||
/* stylelint-enable selector-max-compound-selectors */
|
||||
/* stylelint-enable declaration-property-unit-whitelist */
|
||||
/* stylelint-enable declaration-property-unit-blacklist */
|
||||
|
||||
/* stylelint-enable selector-max-compound-selectors */
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
/* -------------------------------------------------------------- */
|
||||
/* stylelint-disable selector-max-compound-selectors */
|
||||
/* stylelint-disable selector-no-qualifying-type */
|
||||
/* stylelint-disable declaration-property-unit-whitelist */
|
||||
/* stylelint-disable declaration-property-unit-blacklist */
|
||||
|
||||
@media (max-width: 320px) {
|
||||
select,
|
||||
|
@ -834,5 +832,3 @@
|
|||
|
||||
/* stylelint-enable selector-max-compound-selectors */
|
||||
/* stylelint-enable selector-no-qualifying-type */
|
||||
/* stylelint-enable declaration-property-unit-whitelist */
|
||||
/* stylelint-enable declaration-property-unit-blacklist */
|
||||
|
|
Loading…
Add table
Reference in a new issue