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
f8589e4d
Commit
f8589e4d
authored
Oct 11, 2016
by
alisan617
Committed by
GitHub
Oct 11, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13714 from edx/alisan/bookmark-btn-TNL5734
Bookmarks button style fix
parents
2112e7f8
69b5a4ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
common/static/sass/edx-pattern-library-shims/_buttons.scss
+3
-3
No files found.
common/static/sass/edx-pattern-library-shims/_buttons.scss
View file @
f8589e4d
...
...
@@ -8,7 +8,7 @@
// ----------------------------
// #GLOBALS
// ----------------------------
%btn
{
%btn
-shims
{
display
:
inline-block
;
border-style
:
$btn-border-style
;
border-radius
:
$btn-border-radius
;
...
...
@@ -50,7 +50,7 @@
// #DEFAULT
// ----------------------------
.btn-default
{
@extend
%btn
;
@extend
%btn
-shims
;
border-color
:
$btn-default-border-color
;
background
:
$btn-default-background
;
color
:
$btn-default-color
;
...
...
@@ -85,7 +85,7 @@
// #BRAND
// ----------------------------
.btn-brand
{
@extend
%btn
;
@extend
%btn
-shims
;
border-color
:
$btn-brand-border-color
;
background
:
$btn-brand-background
;
color
:
$btn-brand-color
;
...
...
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