Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
94395af9
Commit
94395af9
authored
5 years ago
by
Martijn Cuppens
Committed by
XhmikosR
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Restore `cursor: pointer` for checkbox/radio buttons (#29239)
parent
81d5e6eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_buttons.scss
+1
-0
scss/_buttons.scss
with
1 addition
and
0 deletions
+1
-0
scss/_buttons.scss
+
1
-
0
View file @
94395af9
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
color
:
$body-color
;
color
:
$body-color
;
text-align
:
center
;
text-align
:
center
;
vertical-align
:
middle
;
vertical-align
:
middle
;
cursor
:
if
(
$enable-pointer-cursor-for-buttons
,
pointer
,
null
);
user-select
:
none
;
user-select
:
none
;
background-color
:
transparent
;
background-color
:
transparent
;
border
:
$btn-border-width
solid
transparent
;
border
:
$btn-border-width
solid
transparent
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets