mirror of
https://github.com/flarum/core.git
synced 2025-08-08 01:16:52 +02:00
Make tag tile text completely opaque
Setting opacity on Safari makes text unreadable due to weird antialiasing issues
This commit is contained in:
@@ -93,7 +93,6 @@
|
|||||||
}
|
}
|
||||||
.TagTile-description {
|
.TagTile-description {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
opacity: 0.7;
|
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
}
|
}
|
||||||
.TagTile-children {
|
.TagTile-children {
|
||||||
@@ -112,7 +111,6 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
opacity: 0.7;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.15);
|
border-top: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
|
Reference in New Issue
Block a user