Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
85f2be44
Commit
85f2be44
authored
May 16, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - resolves line-height issue that core typography settings creates with tooltip rendering
parent
f856b69a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cms/static/sass/_base.scss
+3
-3
No files found.
cms/static/sass/_base.scss
View file @
85f2be44
...
@@ -801,7 +801,8 @@ hr.divide {
...
@@ -801,7 +801,8 @@ hr.divide {
}
}
.tooltip
{
.tooltip
{
@extend
.t-copy-sub2
;
@include
font-size
(
12
);
@include
transition
(
opacity
0
.1s
ease-out
);
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
left
:
0
;
left
:
0
;
...
@@ -811,10 +812,9 @@ hr.divide {
...
@@ -811,10 +812,9 @@ hr.divide {
background
:
rgba
(
0
,
0
,
0
,
0
.85
);
background
:
rgba
(
0
,
0
,
0
,
0
.85
);
font-weight
:
normal
;
font-weight
:
normal
;
line-height
:
26px
;
line-height
:
26px
;
color
:
#fff
;
color
:
$white
;
pointer-events
:
none
;
pointer-events
:
none
;
opacity
:
0
;
opacity
:
0
;
@include
transition
(
opacity
0
.1s
ease-out
);
&
:after
{
&
:after
{
content
:
'▾'
;
content
:
'▾'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment