Name things in a sane way

This commit is contained in:
Luke Barnard 2017-11-07 15:13:17 +00:00
parent e1d16acddb
commit 4c0e956cc1
2 changed files with 5 additions and 5 deletions

View file

@ -35,7 +35,7 @@
@import "./matrix-react-sdk/views/elements/_ProgressBar.scss";
@import "./matrix-react-sdk/views/elements/_RichText.scss";
@import "./matrix-react-sdk/views/elements/_RoleButton.scss";
@import "./matrix-react-sdk/views/elements/_ToolTip.scss";
@import "./matrix-react-sdk/views/elements/_ToolTipButton.scss";
@import "./matrix-react-sdk/views/groups/_GroupRoomList.scss";
@import "./matrix-react-sdk/views/login/_InteractiveAuthEntryComponents.scss";
@import "./matrix-react-sdk/views/login/_ServerConfig.scss";

View file

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_ToolTip {
.mx_ToolTipButton {
display: inline-block;
width: 11px;
height: 11px;
@ -33,17 +33,17 @@ limitations under the License.
cursor: pointer;
}
.mx_ToolTip:hover {
.mx_ToolTipButton:hover {
opacity: 1.0;
}
.mx_ToolTip_container {
.mx_ToolTipButton_container {
position: relative;
top: -18px;
left: 4px;
}
.mx_ToolTip_helpText {
.mx_ToolTipButton_helpText {
width: 200px;
text-align: center;
line-height: 17px !important;