Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3404704
D10547.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D10547.diff
View Options
diff --git a/landing/keyserver-faq.css b/landing/keyserver-faq.css
--- a/landing/keyserver-faq.css
+++ b/landing/keyserver-faq.css
@@ -6,11 +6,6 @@
padding: 96px 0;
}
-.faqHeading {
- color: var(--white-100);
- margin-bottom: 64px;
-}
-
.faqContainer {
width: 1144px;
max-width: 90vw;
diff --git a/web/chat/chat-message-list.css b/web/chat/chat-message-list.css
--- a/web/chat/chat-message-list.css
+++ b/web/chat/chat-message-list.css
@@ -44,29 +44,6 @@
padding-top: 6px;
}
-div.messageTooltipActiveArea {
- position: absolute;
- display: flex;
- top: 0;
- bottom: 0;
- align-items: center;
- padding: 0 12px;
-}
-
-div.viewerMessageTooltipActiveArea {
- right: 100%;
-}
-div.nonViewerMessageActiveArea {
- left: 100%;
-}
-div.messageTooltipActiveArea > div + div {
- margin-left: 4px;
-}
-
-div.messageTooltipLinkIcon:hover {
- cursor: pointer;
-}
-
div.textMessage {
padding: 6px 12px;
white-space: pre-wrap;
@@ -220,9 +197,6 @@
div.sidebarMarginBottom {
margin-bottom: 2px;
}
-svg.inlineEngagementIcon {
- color: #666666;
-}
div.avatarContainer {
display: flex;
diff --git a/web/chat/chat-thread-list.css b/web/chat/chat-thread-list.css
--- a/web/chat/chat-thread-list.css
+++ b/web/chat/chat-thread-list.css
@@ -175,17 +175,6 @@
div.seeMoreText {
padding-left: 14px;
}
-div.sidebarLastActivity {
- white-space: nowrap;
- font-size: var(--xxs-font-10);
- line-height: var(--line-height-text);
- font-weight: var(--semi-bold);
-}
-svg.sidebarIcon {
- color: var(--thread-color-read);
- padding: 0 6px;
- font-size: 20px;
-}
div.sidebar .menu > button svg {
font-size: 16px;
color: var(--thread-color-read);
diff --git a/web/chat/chat.css b/web/chat/chat.css
deleted file mode 100644
--- a/web/chat/chat.css
+++ /dev/null
@@ -1,6 +0,0 @@
-div.chatComingSoon {
- display: flex;
- align-items: center;
- flex-direction: column;
- padding-top: 10px;
-}
diff --git a/web/chat/inline-engagement.css b/web/chat/inline-engagement.css
--- a/web/chat/inline-engagement.css
+++ b/web/chat/inline-engagement.css
@@ -44,10 +44,6 @@
font-weight: bold;
}
-svg.inlineEngagementIcon {
- color: #666666;
-}
-
div.messageLabel {
display: flex;
flex-shrink: 0;
diff --git a/web/chat/robotext-message.css b/web/chat/robotext-message.css
--- a/web/chat/robotext-message.css
+++ b/web/chat/robotext-message.css
@@ -15,21 +15,3 @@
margin-top: 4px;
margin-bottom: -8px;
}
-div.messageTooltipLinks {
- position: absolute;
- display: flex;
- top: 0;
- bottom: 0;
- align-items: center;
- color: gray;
- padding: 0 6px;
-}
-div.viewerMessageTooltipLinks {
- right: 100%;
-}
-div.nonViewerMessageTooltipLinks {
- left: 100%;
-}
-div.messageTooltipLinks > div + div {
- margin-left: 4px;
-}
diff --git a/web/modals/threads/settings/thread-settings-delete-tab.css b/web/modals/threads/settings/thread-settings-delete-tab.css
--- a/web/modals/threads/settings/thread-settings-delete-tab.css
+++ b/web/modals/threads/settings/thread-settings-delete-tab.css
@@ -1,25 +1,3 @@
-p.confirm_account_password {
- margin-bottom: 4px;
- color: var(--fg);
- font-size: var(--s-font-14);
-}
-
-div.form_title {
- padding-top: 6px;
- font-size: var(--s-font-14);
- font-weight: 600;
- vertical-align: top;
- color: var(--fg);
-}
-
-div.form_content {
- display: flex;
- font-family: var(--font-stack);
- color: var(--fg);
- margin-top: 8px;
- margin-bottom: 12px;
-}
-
form.container {
display: flex;
flex-direction: column;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 4, 12:38 PM (1 h, 18 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2614265
Default Alt Text
D10547.diff (3 KB)
Attached To
Mode
D10547: [web] Remove extraneous CSS selectors
Attached
Detach File
Event Timeline
Log In to Comment