settings: Restructure CSS for fa-question-circle-o.

There are only two of these icons in the codebase, so it is a relatively
safe change.

Making this change to make it easier to add this icon to labels and other
places in settings.
This commit is contained in:
Rishi Gupta 2019-05-20 21:26:42 -07:00 committed by Tim Abbott
parent b9eb2aa8e8
commit ca942b4878
1 changed files with 8 additions and 5 deletions

View File

@ -80,18 +80,21 @@ label {
width: 214px; width: 214px;
} }
.subsection-header > h3 a { .settings-section h3 > a {
color: inherit; color: inherit;
} }
.subsection-header > h3 .fa-question-circle-o { .settings-section h3 .fa-question-circle-o {
opacity: 0.4;
position: relative;
top: 1px; top: 1px;
left: 5px; left: 5px;
} }
.subsection-header > h3 .fa-question-circle-o:hover { .settings-section .fa-question-circle-o {
opacity: 0.4;
position: relative;
}
.settings-section .fa-question-circle-o:hover {
opacity: 1; opacity: 1;
} }