Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 5e879c4

Browse files
committed
Merge pull request #7353 from adobe/larz/update-icon
Updated update icons and tweaked update dialog typography.
2 parents bb96ad2 + 880da2d commit 5e879c4

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

src/styles/brackets_patterns_override.less

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,10 @@ a:focus {
664664
margin-left: 10px;
665665
}
666666

667+
.dialog-message select {
668+
margin-left: 10px;
669+
}
670+
667671
.dialog-list {
668672
list-style: none;
669673
margin: 5px 0 20px 10px;
@@ -709,6 +713,19 @@ a[href^="http"] {
709713
// Enable text selection
710714
cursor: auto;
711715
.user-select(text);
716+
717+
h3 {
718+
font-weight: normal;
719+
margin: 0 0 10px;
720+
}
721+
722+
ul {
723+
margin-bottom: 0 0 20px;
724+
725+
> li {
726+
margin-bottom: 10px;
727+
}
728+
}
712729
}
713730
}
714731
}
@@ -1250,6 +1267,7 @@ b,
12501267
strong,
12511268
dt,
12521269
.label {
1270+
color: @tc-text;
12531271
font-weight: @font-weight-semibold;
12541272
}
12551273

src/styles/images/updateSprites.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)