mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user