mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-21 19:24:15 +00:00
Merge pull request #4866 from TheHollidayInn/edit-plusminus-habit-challenge
Removed css style hack for IE6 and IE7 that was interfering with habit plus/minus button behavior
This commit is contained in:
commit
def7ff906f
1 changed files with 4 additions and 5 deletions
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
|
||||
// Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p
|
||||
.visuallyhidden.focusable:active,
|
||||
.visuallyhidden.focusable:focus
|
||||
clip: auto
|
||||
height: auto
|
||||
|
|
@ -35,28 +34,28 @@
|
|||
opacity: 0.5
|
||||
|
||||
// Allow block element to be centered
|
||||
.col-centered
|
||||
.col-centered
|
||||
margin-left: auto
|
||||
margin-right: auto
|
||||
|
||||
// .pull-right & .pull-left for specific screen sizes
|
||||
// Follows conventions for col-x-SIZE classes
|
||||
|
||||
@media (min-width: 768px)
|
||||
@media (min-width: 768px)
|
||||
.pull-left-sm
|
||||
float: left
|
||||
|
||||
.pull-right-sm
|
||||
float: right
|
||||
|
||||
@media (min-width: 992px)
|
||||
@media (min-width: 992px)
|
||||
.pull-left-md
|
||||
float: left
|
||||
|
||||
.pull-right-md
|
||||
float: right
|
||||
|
||||
@media (min-width: 1200px)
|
||||
@media (min-width: 1200px)
|
||||
.pull-left-lg
|
||||
float: left
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue