mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
css: Remove important rule from over_limit class.
The main reason for doing this is to allow flashing `box_shadow` animation when the user tried to send over character limit message.
This commit is contained in:
@@ -353,8 +353,9 @@ textarea.new_message_textarea {
|
||||
resize: vertical !important;
|
||||
margin-top: 5px;
|
||||
|
||||
&.over_limit {
|
||||
box-shadow: 0 0 0 1pt hsl(0, 100%, 50%) !important;
|
||||
&.over_limit,
|
||||
&.over_limit:focus {
|
||||
box-shadow: 0 0 0 1pt hsl(0, 100%, 50%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user