mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/13713] Remove not needed svg rule
PHPBB3-13713
This commit is contained in:
parent
8513b8d932
commit
4f116db48e
2 changed files with 0 additions and 8 deletions
|
@ -1726,10 +1726,6 @@ fieldset.submit-buttons legend {
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg { /* TODO: remove it after general normalization */
|
|
||||||
fill: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mention-item {
|
.mention-item {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
|
@ -48,10 +48,6 @@
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg { /* TODO: remove it after general normalization */
|
|
||||||
fill: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mention-item {
|
.mention-item {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
Loading…
Add table
Reference in a new issue