Skip to content

Commit e3bd5e4

Browse files
authored
Merge pull request #1407 from katlich112358/UI-Revision
UI consistency (secondary buttons, Reference code instructional text, Community email input)
2 parents 474abde + 79ad733 commit e3bd5e4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/assets/css/main.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ div.reference-subgroup {
704704
flex-direction: row-reverse;
705705
position: relative;
706706
pointer-events: none;
707+
color: #333;
707708
}
708709

709710
.example-content .edit_space ul li button {
@@ -728,6 +729,10 @@ div.reference-subgroup {
728729
border-color: rgba(45, 123, 182, 0.25);
729730
}
730731

732+
.example-content .edit_space ul li button:hover{
733+
background:white;
734+
}
735+
731736
.example-content .edit_space .edit_area {
732737
position: absolute;
733738
top: 0.5em;
@@ -3072,6 +3077,16 @@ iframe {
30723077
width: 13em;
30733078
}
30743079

3080+
.email-octopus-email-address:focus {
3081+
color: #ed225d;
3082+
text-decoration: none;
3083+
padding-bottom: 0.11em;
3084+
outline: none;
3085+
border: 0.11em dashed;
3086+
border-color: #ed225d;
3087+
transition: border 30ms linear;
3088+
}
3089+
30753090
.email-octopus-form-row-hp {
30763091
position: absolute;
30773092
left: -5000px;

0 commit comments

Comments
 (0)