mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:46:10 +08:00
Make tag tile text completely opaque
Setting opacity on Safari makes text unreadable due to weird antialiasing issues
This commit is contained in:
parent
99260f6e0a
commit
1d567ad750
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user