Closed (fixed)
Project:
Inmail
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
28 Oct 2016 at 14:47 UTC
Updated:
11 Nov 2016 at 16:44 UTC
Jump to comment: Most recent, Most recent file
In #2822297: Allow select Plain text / HTML message body display we've committed also a css role with !important.
It is to be avoided whenever possible as it limits code from easily extending / overriding it and thus a last resort of custom code.
And since this could be a cleanup followup, let's improve the js by adding the missing "second docblock" explaining what the tabs part is doing.
- Remove the !important property from the message.css
+++ b/css/message.css
@@ -52,6 +52,20 @@
+.inmail-message__body .ui-tabs-nav {
+ padding: .2em .2em 0 !important;
+}
- add doc for inmail.js tab part
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | remove_important-2822902-3.patch | 1016 bytes | johnchque |
Comments
Comment #2
johnchqueI will fix this since I introduced this problem. :)
Comment #3
johnchqueMight be a small patch, but it has potential. :)
Comment #5
miro_dietikerCommitted. Not only potential, it's a winner! ;-)