mirror of https://github.com/zulip/zulip.git
save_discard_widget_icon: Use 400 font-weight directly.
`Lighter` for this icon gets converted to 100 font weight, but the visual difference starts to appear only after 500 font weight so, we keep at 400 to begin with, which is what we support.
This commit is contained in:
parent
9dc66f35da
commit
b236902ec7
|
@ -783,7 +783,7 @@ div.overlay {
|
|||
}
|
||||
|
||||
.save-discard-widget-button-icon {
|
||||
font-weight: lighter;
|
||||
font-weight: 400;
|
||||
color: hsl(0deg 0% 100%);
|
||||
}
|
||||
|
||||
|
@ -816,7 +816,7 @@ div.overlay {
|
|||
vertical-align: middle;
|
||||
margin-right: 3px;
|
||||
font-size: 15px;
|
||||
font-weight: 500;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.save-discard-widget-button-text {
|
||||
|
|
Loading…
Reference in New Issue