mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +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 {
|
||||
font-size: 14px;
|
||||
opacity: 0.7;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
.TagTile-children {
|
||||
@@ -112,7 +111,6 @@
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
line-height: 21px;
|
||||
opacity: 0.7;
|
||||
font-size: 12px;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.15);
|
||||
margin: 0 20px;
|
||||
|
Reference in New Issue
Block a user