mirror of https://github.com/zulip/zulip.git
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:
parent
b9eb2aa8e8
commit
ca942b4878
|
@ -80,18 +80,21 @@ label {
|
|||
width: 214px;
|
||||
}
|
||||
|
||||
.subsection-header > h3 a {
|
||||
.settings-section h3 > a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.subsection-header > h3 .fa-question-circle-o {
|
||||
opacity: 0.4;
|
||||
position: relative;
|
||||
.settings-section h3 .fa-question-circle-o {
|
||||
top: 1px;
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue